Html Css Color HEX #CCD966 Goldenrod

📋 copy color: '#CCD966'

red 204 ◦ green 217 ◦ blue 102

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

Shades of Goldenrod #CCD966

Tints of Goldenrod #CCD966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.49%

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

R = 39.01%
G = 41.49%
B = 19.5%

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

#CCD966 (or 0xCCD966) is known color: Goldenrod. HEX triplet: CC, D9 and 66. RGB value is (204,217,102). Sum of RGB (Red+Green+Blue) = 204+217+102=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD966 is #332699. Grayscale: #C8C8C8. Windows color (decimal): -3352218 or 6740428. OLE color: 6740428.

HSL color Cylindrical-coordinate representation of color #CCD966: hue angle of 66.78º degrees, saturation: 0.6, 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 #CCD966 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 102 -
CMYK 0.06 0 0.53 0.15
HSL 66.78º 0.6% 0.63% -
HSV(B) 66.78º 0.53% 0.85% -
XYZ 52.11 63.42 22.07 -
YUV 200 72.69 130.85 -
System Red Green Blue C M Y K H S L
Decimal 204 217 102 0.06 0 0.53 0.15 66.78 0.6 0.63
Hex CC D9 66 6 0 35 F 43 3C 3F
Octal 314 331 146 6 0 65 17 103 74 77
Binary 11001100 11011001 1100110 110 0 110101 1111 1000011 111100 111111

Color Harmonies of #CCD966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD966

Black with #CCD966

Text Example


Text Example

White with #CCD966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD966; }

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

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

background-color css

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

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

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

border-color css

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

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

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