#CDDA65

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

Shades of Goldenrod #CDDA65

Tints of Goldenrod #CDDA65

Color information

#CDDA65 (or 0xCDDA65) is unknown color: approx Goldenrod. HEX triplet: CD, DA and 65. RGB value is (205,218,101). Sum of RGB (Red+Green+Blue) = 205+218+101=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA65 is #32259A. Grayscale: #C9C9C9. Windows color (decimal): -3286427 or 6675149. OLE color: 6675149.

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

Color convert

RGB205218101-
CMYK0.0600.540.15
HSL66.67º61.26%62.55%-
HSV(B)66.67º53.67%85.49%-
XYZ52.664.0621.9-
YUV200.7871.69131.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 101 (39.84% from 255) = 19.27%
R=39.12%
G=41.60%
B=19.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181010.0600.540.1566.6761.2662.55
HexCDDA656036F433d3f
Octal3153321456066171037577
Binary11001101110110101100101110011011011111000011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDA65; }

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

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

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

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

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

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

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

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