#D0DA69

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

Shades of Goldenrod #D0DA69

Tints of Goldenrod #D0DA69

Color information

#D0DA69 (or 0xD0DA69) is unknown color: approx Goldenrod. HEX triplet: D0, DA and 69. RGB value is (208,218,105). Sum of RGB (Red+Green+Blue) = 208+218+105=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA69 is #2F2596. Grayscale: #CACACA. Windows color (decimal): -3089815 or 6937296. OLE color: 6937296.

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

Color convert

RGB208218105-
CMYK0.0500.520.15
HSL65.31º60.43%63.33%-
HSV(B)65.31º51.83%85.49%-
XYZ53.6364.5723-
YUV202.1373.19132.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.17%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=39.17%
G=41.05%
B=19.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181050.0500.520.1565.3160.4363.33
HexD0DA695034F413c3f
Octal3203321515064171017477
Binary11010000110110101101001101011010011111000001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DA69; }

 p { color: rgb(208,218,105); }

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

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

 a { background-color: rgb(208,218,105); }

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

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

 span { border-color: rgb(208,218,105); }

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