Html Css Color HEX #CCD36A Goldenrod

📋 copy color: '#CCD36A'

red 204 ◦ green 211 ◦ blue 106

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

Shades of Goldenrod #CCD36A

Tints of Goldenrod #CCD36A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.5%

 BLUE value IS 106 (41.8% from 255) = 20.35%

R = 39.16%
G = 40.5%
B = 20.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#CCD36A (or 0xCCD36A) is known color: Goldenrod. HEX triplet: CC, D3 and 6A. RGB value is (204,211,106). Sum of RGB (Red+Green+Blue) = 204+211+106=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD36A is #332C95. Grayscale: #C5C5C5. Windows color (decimal): -3353750 or 7001036. OLE color: 7001036.

HSL color Cylindrical-coordinate representation of color #CCD36A: hue angle of 64º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCD36A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 106 -
CMYK 0.03 0 0.50 0.17
HSL 64º 0.54% 0.62% -
HSV(B) 64º 0.5% 0.83% -
XYZ 50.8 60.47 22.63 -
YUV 196.94 76.68 133.04 -
System Red Green Blue C M Y K H S L
Decimal 204 211 106 0.03 0 0.50 0.17 64 0.54 0.62
Hex CC D3 6A 3 0 32 11 40 36 3E
Octal 314 323 152 3 0 62 21 100 66 76
Binary 11001100 11010011 1101010 11 0 110010 10001 1000000 110110 111110

Color Harmonies of #CCD36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD36A

Black with #CCD36A

Text Example


Text Example

White with #CCD36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD36A; }

 p { color: rgb(204,211,106); }

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

background-color css

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

 a { background-color: rgb(204,211,106); }

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

border-color css

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

 span { border-color: rgb(204,211,106); }

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