#CDD669

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

Shades of Goldenrod #CDD669

Tints of Goldenrod #CDD669

Color information

#CDD669 (or 0xCDD669) is unknown color: approx Goldenrod. HEX triplet: CD, D6 and 69. RGB value is (205,214,105). Sum of RGB (Red+Green+Blue) = 205+214+105=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD669 is #322996. Grayscale: #C7C7C7. Windows color (decimal): -3287447 or 6936269. OLE color: 6936269.

HSL color Cylindrical-coordinate representation of color #CDD669: hue angle of 64.95º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDD669 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB205214105-
CMYK0.0400.510.16
HSL64.95º57.07%62.55%-
HSV(B)64.95º50.93%83.92%-
XYZ51.7762.0922.62-
YUV198.8875.02132.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 105 (41.41% from 255) = 20.04%
R=39.12%
G=40.84%
B=20.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141050.0400.510.1664.9557.0762.55
HexCDD66940331041393f
Octal3153261514063201017177
Binary110011011101011011010011000110011100001000001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD669; }

 p { color: rgb(205,214,105); }

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

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

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

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

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

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

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