#CDCD6C

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

Shades of Goldenrod #CDCD6C

Tints of Goldenrod #CDCD6C

Color information

#CDCD6C (or 0xCDCD6C) is unknown color: approx Goldenrod. HEX triplet: CD, CD and 6C. RGB value is (205,205,108). Sum of RGB (Red+Green+Blue) = 205+205+108=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD6C is #323293. Grayscale: #C2C2C2. Windows color (decimal): -3289748 or 7130573. OLE color: 7130573.

HSL color Cylindrical-coordinate representation of color #CDCD6C: hue angle of 60º 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 #CDCD6C is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205205108-
CMYK000.470.20
HSL60º49.24%61.37%-
HSV(B)60º47.32%80.39%-
XYZ49.7157.7222.71-
YUV193.9479.5135.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 108 (42.58% from 255) = 20.85%
R=39.58%
G=39.58%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205108000.470.206049.2461.37
HexCDCD6C002F143c313d
Octal315315154005724746175
Binary110011011100110111011000010111110100111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD6C; }

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

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

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

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

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

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

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

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