#D0DA67

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

Shades of Goldenrod #D0DA67

Tints of Goldenrod #D0DA67

Color information

#D0DA67 (or 0xD0DA67) is unknown color: approx Goldenrod. HEX triplet: D0, DA and 67. RGB value is (208,218,103). Sum of RGB (Red+Green+Blue) = 208+218+103=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA67 is #2F2598. Grayscale: #CACACA. Windows color (decimal): -3089817 or 6806224. OLE color: 6806224.

HSL color Cylindrical-coordinate representation of color #D0DA67: hue angle of 65.22º 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 #D0DA67 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB208218103-
CMYK0.0500.530.15
HSL65.22º60.85%62.94%-
HSV(B)65.22º52.75%85.49%-
XYZ53.5364.5322.47-
YUV201.972.19132.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 103 (40.62% from 255) = 19.47%
R=39.32%
G=41.21%
B=19.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181030.0500.530.1565.2260.8562.94
HexD0DA675035F413d3f
Octal3203321475065171017577
Binary11010000110110101100111101011010111111000001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DA67; }

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

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

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

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

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

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

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

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