Html Css Color HEX #CCD26C Goldenrod

📋 copy color: '#CCD26C'

red 204 ◦ green 210 ◦ blue 108

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

Shades of Goldenrod #CCD26C

Tints of Goldenrod #CCD26C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.23%

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

R = 39.08%
G = 40.23%
B = 20.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#CCD26C (or 0xCCD26C) is known color: Goldenrod. HEX triplet: CC, D2 and 6C. RGB value is (204,210,108). Sum of RGB (Red+Green+Blue) = 204+210+108=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD26C is #332D93. Grayscale: #C4C4C4. Windows color (decimal): -3354004 or 7131852. OLE color: 7131852.

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

Color convert

RGB 204 210 108 -
CMYK 0.03 0 0.49 0.18
HSL 63.53º 0.53% 0.62% -
HSV(B) 63.53º 0.49% 0.82% -
XYZ 50.66 60.01 23.1 -
YUV 196.58 78.01 133.29 -
System Red Green Blue C M Y K H S L
Decimal 204 210 108 0.03 0 0.49 0.18 63.53 0.53 0.62
Hex CC D2 6C 3 0 31 12 40 35 3E
Octal 314 322 154 3 0 61 22 100 65 76
Binary 11001100 11010010 1101100 11 0 110001 10010 1000000 110101 111110

Color Harmonies of #CCD26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD26C

Black with #CCD26C

Text Example


Text Example

White with #CCD26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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