#DAD26C

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

Shades of Goldenrod #DAD26C

Tints of Goldenrod #DAD26C

Color information

#DAD26C (or 0xDAD26C) is unknown color: approx Goldenrod. HEX triplet: DA, D2 and 6C. RGB value is (218,210,108). Sum of RGB (Red+Green+Blue) = 218+210+108=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD26C is #252D93. Grayscale: #C9C9C9. Windows color (decimal): -2436500 or 7131866. OLE color: 7131866.

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

Color convert

RGB218210108-
CMYK00.040.500.15
HSL55.64º59.78%63.92%-
HSV(B)55.64º50.46%85.49%-
XYZ54.6762.0823.29-
YUV200.7675.65140.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 210 (82.42% from 255) = 39.18%
BLUE value IS 108 (42.58% from 255) = 20.15%
R=40.67%
G=39.18%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821010800.040.500.1555.6459.7863.92
HexDAD26C0432F383c40
Octal3323221540462177074100
Binary11011010110100101101100010011001011111110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD26C; }

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

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

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

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

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

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

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

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