Html Css Color HEX #CCDA66 Goldenrod

📋 copy color: '#CCDA66'

red 204 ◦ green 218 ◦ blue 102

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

Shades of Goldenrod #CCDA66

Tints of Goldenrod #CCDA66

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.6%

 BLUE value IS 102 (40.23% from 255) = 19.47%

R = 38.93%
G = 41.6%
B = 19.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CCDA66 (or 0xCCDA66) is known color: Goldenrod. HEX triplet: CC, DA and 66. RGB value is (204,218,102). Sum of RGB (Red+Green+Blue) = 204+218+102=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA66 is #332599. Grayscale: #C9C9C9. Windows color (decimal): -3351962 or 6740684. OLE color: 6740684.

HSL color Cylindrical-coordinate representation of color #CCDA66: hue angle of 67.24º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCDA66 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 102 -
CMYK 0.06 0 0.53 0.15
HSL 67.24º 0.61% 0.63% -
HSV(B) 67.24º 0.53% 0.85% -
XYZ 52.37 63.94 22.15 -
YUV 200.59 72.36 130.43 -
System Red Green Blue C M Y K H S L
Decimal 204 218 102 0.06 0 0.53 0.15 67.24 0.61 0.63
Hex CC DA 66 6 0 35 F 43 3D 3F
Octal 314 332 146 6 0 65 17 103 75 77
Binary 11001100 11011010 1100110 110 0 110101 1111 1000011 111101 111111

Color Harmonies of #CCDA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA66

Black with #CCDA66

Text Example


Text Example

White with #CCDA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA66; }

 p { color: rgb(204,218,102); }

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

background-color css

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

 a { background-color: rgb(204,218,102); }

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

border-color css

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

 span { border-color: rgb(204,218,102); }

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