Html Css Color HEX #CCD36D Goldenrod

📋 copy color: '#CCD36D'

red 204 ◦ green 211 ◦ blue 109

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

Shades of Goldenrod #CCD36D

Tints of Goldenrod #CCD36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.8%

R = 38.93%
G = 40.27%
B = 20.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#CCD36D (or 0xCCD36D) is known color: Goldenrod. HEX triplet: CC, D3 and 6D. RGB value is (204,211,109). Sum of RGB (Red+Green+Blue) = 204+211+109=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD36D is #332C92. Grayscale: #C5C5C5. Windows color (decimal): -3353747 or 7197644. OLE color: 7197644.

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

Color convert

RGB 204 211 109 -
CMYK 0.03 0 0.48 0.17
HSL 64.12º 0.54% 0.63% -
HSV(B) 64.12º 0.48% 0.83% -
XYZ 50.96 60.53 23.47 -
YUV 197.28 78.18 132.79 -
System Red Green Blue C M Y K H S L
Decimal 204 211 109 0.03 0 0.48 0.17 64.12 0.54 0.63
Hex CC D3 6D 3 0 30 11 40 36 3F
Octal 314 323 155 3 0 60 21 100 66 77
Binary 11001100 11010011 1101101 11 0 110000 10001 1000000 110110 111111

Color Harmonies of #CCD36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD36D

Black with #CCD36D

Text Example


Text Example

White with #CCD36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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