Html Css Color HEX #DAD26E Goldenrod

📋 copy color: '#DAD26E'

red 218 ◦ green 210 ◦ blue 110

#DAD26E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DAD26E

Tints of Goldenrod #DAD26E

RGB

 RED value IS 218 (85.55% from 255) = 40.52%

 GREEN value IS 210 (82.42% from 255) = 39.03%

 BLUE value IS 110 (43.36% from 255) = 20.45%

R = 40.52%
G = 39.03%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAD26E (or 0xDAD26E) is known color: Goldenrod. HEX triplet: DA, D2 and 6E. RGB value is (218,210,110). Sum of RGB (Red+Green+Blue) = 218+210+110=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD26E is #252D91. Grayscale: #C9C9C9. Windows color (decimal): -2436498 or 7262938. OLE color: 7262938.

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

Color convert

RGB 218 210 110 -
CMYK 0 0.04 0.50 0.15
HSL 55.56º 0.59% 0.64% -
HSV(B) 55.56º 0.5% 0.85% -
XYZ 54.77 62.12 23.86 -
YUV 200.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 218 210 110 0 0.04 0.50 0.15 55.56 0.59 0.64
Hex DA D2 6E 0 4 32 F 38 3B 40
Octal 332 322 156 0 4 62 17 70 73 100
Binary 11011010 11010010 1101110 0 100 110010 1111 111000 111011 1000000

Color Harmonies of #DAD26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD26E

Black with #DAD26E

Text Example


Text Example

White with #DAD26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD26E; }

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

 H1.HeaderClassName
 {
   color: #DAD26E;
 }
 .AnyTagClassName
 {
   color: #DAD26E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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