#CCD26D

Color #CCD26D Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CCD26D

Tints of Goldenrod #CCD26D

Color information

#CCD26D (or 0xCCD26D) is unknown color: approx Goldenrod. HEX triplet: CC, D2 and 6D. RGB value is (204,210,109). Sum of RGB (Red+Green+Blue) = 204+210+109=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD26D is #332D92. Grayscale: #C5C5C5. Windows color (decimal): -3354003 or 7197388. OLE color: 7197388.

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

Color convert

RGB204210109-
CMYK0.0300.480.18
HSL63.56º52.88%62.55%-
HSV(B)63.56º48.1%82.35%-
XYZ50.7160.0323.38-
YUV196.6978.51133.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 210 (82.42% from 255) = 40.15%
BLUE value IS 109 (42.97% from 255) = 20.84%
R=39.01%
G=40.15%
B=20.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042101090.0300.480.1863.5652.8862.55
HexCCD26D30301240353f
Octal3143221553060221006577
Binary11001100110100101101101110110000100101000000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD26D; }

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

 H1.HeaderClassName
 {
   color: #CCD26D;
 }
 .AnyTagClassName
 {
   color: #CCD26D;
 }
</style>
background-color css

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

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

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

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

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

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