Html Css Color HEX #CCD866 Goldenrod

📋 copy color: '#CCD866'

red 204 ◦ green 216 ◦ blue 102

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

Shades of Goldenrod #CCD866

Tints of Goldenrod #CCD866

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.38%

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

R = 39.08%
G = 41.38%
B = 19.54%

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

#CCD866 (or 0xCCD866) is known color: Goldenrod. HEX triplet: CC, D8 and 66. RGB value is (204,216,102). Sum of RGB (Red+Green+Blue) = 204+216+102=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD866 is #332799. Grayscale: #C7C7C7. Windows color (decimal): -3352474 or 6740172. OLE color: 6740172.

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

Color convert

RGB 204 216 102 -
CMYK 0.06 0 0.53 0.15
HSL 66.32º 0.59% 0.62% -
HSV(B) 66.32º 0.53% 0.85% -
XYZ 51.86 62.91 21.98 -
YUV 199.42 73.02 131.27 -
System Red Green Blue C M Y K H S L
Decimal 204 216 102 0.06 0 0.53 0.15 66.32 0.59 0.62
Hex CC D8 66 6 0 35 F 42 3B 3E
Octal 314 330 146 6 0 65 17 102 73 76
Binary 11001100 11011000 1100110 110 0 110101 1111 1000010 111011 111110

Color Harmonies of #CCD866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD866

Black with #CCD866

Text Example


Text Example

White with #CCD866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD866; }

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

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

background-color css

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

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

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

border-color css

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

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

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