#D5DA67

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

Shades of Goldenrod #D5DA67

Tints of Goldenrod #D5DA67

Color information

#D5DA67 (or 0xD5DA67) is unknown color: approx Goldenrod. HEX triplet: D5, DA and 67. RGB value is (213,218,103). Sum of RGB (Red+Green+Blue) = 213+218+103=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA67 is #2A2598. Grayscale: #CBCBCB. Windows color (decimal): -2762137 or 6806229. OLE color: 6806229.

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

Color convert

RGB213218103-
CMYK0.0200.530.15
HSL62.61º60.85%62.94%-
HSV(B)62.61º52.75%85.49%-
XYZ54.9665.2722.53-
YUV203.471.34134.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 103 (40.62% from 255) = 19.29%
R=39.89%
G=40.82%
B=19.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132181030.0200.530.1562.6160.8562.94
HexD5DA672035F3f3d3f
Octal325332147206517777577
Binary110101011101101011001111001101011111111111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DA67; }

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

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

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

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

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

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

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

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