Html Css Color HEX #DAD26F Goldenrod

📋 copy color: '#DAD26F'

red 218 ◦ green 210 ◦ blue 111

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

Shades of Goldenrod #DAD26F

Tints of Goldenrod #DAD26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.59%

R = 40.45%
G = 38.96%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAD26F (or 0xDAD26F) is known color: Goldenrod. HEX triplet: DA, D2 and 6F. RGB value is (218,210,111). Sum of RGB (Red+Green+Blue) = 218+210+111=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD26F is #252D90. Grayscale: #C9C9C9. Windows color (decimal): -2436497 or 7328474. OLE color: 7328474.

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

Color convert

RGB 218 210 111 -
CMYK 0 0.04 0.49 0.15
HSL 55.51º 0.59% 0.65% -
HSV(B) 55.51º 0.49% 0.85% -
XYZ 54.83 62.15 24.14 -
YUV 201.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 218 210 111 0 0.04 0.49 0.15 55.51 0.59 0.65
Hex DA D2 6F 0 4 31 F 38 3B 41
Octal 332 322 157 0 4 61 17 70 73 101
Binary 11011010 11010010 1101111 0 100 110001 1111 111000 111011 1000001

Color Harmonies of #DAD26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD26F

Black with #DAD26F

Text Example


Text Example

White with #DAD26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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