Html Css Color HEX #DAD86E Goldenrod

📋 copy color: '#DAD86E'

red 218 ◦ green 216 ◦ blue 110

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

Shades of Goldenrod #DAD86E

Tints of Goldenrod #DAD86E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.71%

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

R = 40.07%
G = 39.71%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAD86E (or 0xDAD86E) is known color: Goldenrod. HEX triplet: DA, D8 and 6E. RGB value is (218,216,110). Sum of RGB (Red+Green+Blue) = 218+216+110=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD86E is #252791. Grayscale: #CCCCCC. Windows color (decimal): -2434962 or 7264474. OLE color: 7264474.

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

Color convert

RGB 218 216 110 -
CMYK 0 0.01 0.50 0.15
HSL 58.89º 0.59% 0.64% -
HSV(B) 58.89º 0.5% 0.85% -
XYZ 56.28 65.14 24.36 -
YUV 204.51 74.66 137.62 -
System Red Green Blue C M Y K H S L
Decimal 218 216 110 0 0.01 0.50 0.15 58.89 0.59 0.64
Hex DA D8 6E 0 1 32 F 3B 3B 40
Octal 332 330 156 0 1 62 17 73 73 100
Binary 11011010 11011000 1101110 0 1 110010 1111 111011 111011 1000000

Color Harmonies of #DAD86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD86E

Black with #DAD86E

Text Example


Text Example

White with #DAD86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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