#CDDA66

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

Shades of Goldenrod #CDDA66

Tints of Goldenrod #CDDA66

Color information

#CDDA66 (or 0xCDDA66) is unknown color: approx Goldenrod. HEX triplet: CD, DA and 66. RGB value is (205,218,102). Sum of RGB (Red+Green+Blue) = 205+218+102=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA66 is #322599. Grayscale: #C9C9C9. Windows color (decimal): -3286426 or 6740685. OLE color: 6740685.

HSL color Cylindrical-coordinate representation of color #CDDA66: hue angle of 66.72º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDDA66 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB205218102-
CMYK0.0600.530.15
HSL66.72º61.05%62.75%-
HSV(B)66.72º53.21%85.49%-
XYZ52.6564.0822.16-
YUV200.8972.19130.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 218 (85.55% from 255) = 41.52%
BLUE value IS 102 (40.23% from 255) = 19.43%
R=39.05%
G=41.52%
B=19.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181020.0600.530.1566.7261.0562.75
HexCDDA666035F433d3f
Octal3153321466065171037577
Binary11001101110110101100110110011010111111000011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDA66; }

 p { color: rgb(205,218,102); }

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

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

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

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

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

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

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