#CDCC6C

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

Shades of Goldenrod #CDCC6C

Tints of Goldenrod #CDCC6C

Color information

#CDCC6C (or 0xCDCC6C) is unknown color: approx Goldenrod. HEX triplet: CD, CC and 6C. RGB value is (205,204,108). Sum of RGB (Red+Green+Blue) = 205+204+108=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC6C is #323393. Grayscale: #C1C1C1. Windows color (decimal): -3290004 or 7130317. OLE color: 7130317.

HSL color Cylindrical-coordinate representation of color #CDCC6C: hue angle of 59.38º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDCC6C is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205204108-
CMYK00.000.470.20
HSL59.38º49.24%61.37%-
HSV(B)59.38º47.32%80.39%-
XYZ49.4857.2522.63-
YUV193.3679.83136.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 204 (80.08% from 255) = 39.46%
BLUE value IS 108 (42.58% from 255) = 20.89%
R=39.65%
G=39.46%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520410800.000.470.2059.3849.2461.37
HexCDCC6C002F143b313d
Octal315314154005724736175
Binary110011011100110011011000010111110100111011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC6C; }

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

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

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

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

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

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

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

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