#DAD26D

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

Shades of Goldenrod #DAD26D

Tints of Goldenrod #DAD26D

Color information

#DAD26D (or 0xDAD26D) is unknown color: approx Goldenrod. HEX triplet: DA, D2 and 6D. RGB value is (218,210,109). Sum of RGB (Red+Green+Blue) = 218+210+109=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD26D is #252D92. Grayscale: #C9C9C9. Windows color (decimal): -2436499 or 7197402. OLE color: 7197402.

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

Color convert

RGB218210109-
CMYK00.040.50.15
HSL55.6º59.56%64.12%-
HSV(B)55.6º50%85.49%-
XYZ54.7262.123.57-
YUV200.8876.15140.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 210 (82.42% from 255) = 39.11%
BLUE value IS 109 (42.97% from 255) = 20.30%
R=40.60%
G=39.11%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821010900.040.50.1555.659.5664.12
HexDAD26D0432F383c40
Octal3323221550462177074100
Binary11011010110100101101101010011001011111110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD26D; }

 p { color: rgb(218,210,109); }

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

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

 a { background-color: rgb(218,210,109); }

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

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

 span { border-color: rgb(218,210,109); }

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