Html Css Color HEX #CCD16C Goldenrod

📋 copy color: '#CCD16C'

red 204 ◦ green 209 ◦ blue 108

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

Shades of Goldenrod #CCD16C

Tints of Goldenrod #CCD16C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.12%

 BLUE value IS 108 (42.58% from 255) = 20.73%

R = 39.16%
G = 40.12%
B = 20.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#CCD16C (or 0xCCD16C) is known color: Goldenrod. HEX triplet: CC, D1 and 6C. RGB value is (204,209,108). Sum of RGB (Red+Green+Blue) = 204+209+108=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD16C is #332E93. Grayscale: #C4C4C4. Windows color (decimal): -3354260 or 7131596. OLE color: 7131596.

HSL color Cylindrical-coordinate representation of color #CCD16C: hue angle of 62.97º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCD16C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 108 -
CMYK 0.02 0 0.48 0.18
HSL 62.97º 0.52% 0.62% -
HSV(B) 62.97º 0.48% 0.82% -
XYZ 50.41 59.52 23.02 -
YUV 195.99 78.34 133.71 -
System Red Green Blue C M Y K H S L
Decimal 204 209 108 0.02 0 0.48 0.18 62.97 0.52 0.62
Hex CC D1 6C 2 0 30 12 3F 34 3E
Octal 314 321 154 2 0 60 22 77 64 76
Binary 11001100 11010001 1101100 10 0 110000 10010 111111 110100 111110

Color Harmonies of #CCD16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD16C

Black with #CCD16C

Text Example


Text Example

White with #CCD16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD16C; }

 p { color: rgb(204,209,108); }

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

background-color css

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

 a { background-color: rgb(204,209,108); }

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

border-color css

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

 span { border-color: rgb(204,209,108); }

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