Html Css Color HEX #CCD669 Goldenrod

📋 copy color: '#CCD669'

red 204 ◦ green 214 ◦ blue 105

#CCD669
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CCD669

Tints of Goldenrod #CCD669

RGB

 RED value IS 204 (80.08% from 255) = 39.01%

 GREEN value IS 214 (83.98% from 255) = 40.92%

 BLUE value IS 105 (41.41% from 255) = 20.08%

R = 39.01%
G = 40.92%
B = 20.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCD669 (or 0xCCD669) is known color: Goldenrod. HEX triplet: CC, D6 and 69. RGB value is (204,214,105). Sum of RGB (Red+Green+Blue) = 204+214+105=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD669 is #332996. Grayscale: #C7C7C7. Windows color (decimal): -3352983 or 6936268. OLE color: 6936268.

HSL color Cylindrical-coordinate representation of color #CCD669: hue angle of 65.5º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCD669 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 105 -
CMYK 0.05 0 0.51 0.16
HSL 65.5º 0.57% 0.63% -
HSV(B) 65.5º 0.51% 0.84% -
XYZ 51.5 61.95 22.61 -
YUV 198.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 204 214 105 0.05 0 0.51 0.16 65.5 0.57 0.63
Hex CC D6 69 5 0 33 10 42 39 3F
Octal 314 326 151 5 0 63 20 102 71 77
Binary 11001100 11010110 1101001 101 0 110011 10000 1000010 111001 111111

Color Harmonies of #CCD669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD669

Black with #CCD669

Text Example


Text Example

White with #CCD669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD669; }

 p { color: rgb(204,214,105); }

 H1.HeaderClassName
 {
   color: #CCD669;
 }
 .AnyTagClassName
 {
   color: #CCD669;
 }
</style>

background-color css

<style>
 a { background-color: #CCD669; }

 a { background-color: rgb(204,214,105); }

 div.DivClassName
 {
   background-color: #CCD669;
 }
 .BgClassName
 {
   background-color: #CCD669;
 }
</style>

border-color css

<style>
 span { border-color: #CCD669; }

 span { border-color: rgb(204,214,105); }

 td.TdClassName
 {
   border-color: #CCD669;
 }
 .TagClassName
 {
   border-color: #CCD669;
 }
</style>