Html Css Color HEX #CCD16D Goldenrod

📋 copy color: '#CCD16D'

red 204 ◦ green 209 ◦ blue 109

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

Shades of Goldenrod #CCD16D

Tints of Goldenrod #CCD16D

RGB

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

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

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

R = 39.08%
G = 40.04%
B = 20.88%

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

#CCD16D (or 0xCCD16D) is known color: Goldenrod. HEX triplet: CC, D1 and 6D. RGB value is (204,209,109). Sum of RGB (Red+Green+Blue) = 204+209+109=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD16D is #332E92. Grayscale: #C4C4C4. Windows color (decimal): -3354259 or 7197132. OLE color: 7197132.

HSL color Cylindrical-coordinate representation of color #CCD16D: hue angle of 63º 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 #CCD16D is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 109 -
CMYK 0.02 0 0.48 0.18
HSL 63º 0.52% 0.62% -
HSV(B) 63º 0.48% 0.82% -
XYZ 50.46 59.54 23.3 -
YUV 196.11 78.84 133.63 -
System Red Green Blue C M Y K H S L
Decimal 204 209 109 0.02 0 0.48 0.18 63 0.52 0.62
Hex CC D1 6D 2 0 30 12 3F 34 3E
Octal 314 321 155 2 0 60 22 77 64 76
Binary 11001100 11010001 1101101 10 0 110000 10010 111111 110100 111110

Color Harmonies of #CCD16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD16D

Black with #CCD16D

Text Example


Text Example

White with #CCD16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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