Html Css Color HEX #DAD76E Goldenrod

📋 copy color: '#DAD76E'

red 218 ◦ green 215 ◦ blue 110

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

Shades of Goldenrod #DAD76E

Tints of Goldenrod #DAD76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.59%

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

R = 40.15%
G = 39.59%
B = 20.26%

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

#DAD76E (or 0xDAD76E) is known color: Goldenrod. HEX triplet: DA, D7 and 6E. RGB value is (218,215,110). Sum of RGB (Red+Green+Blue) = 218+215+110=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD76E is #252891. Grayscale: #CCCCCC. Windows color (decimal): -2435218 or 7264218. OLE color: 7264218.

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

Color convert

RGB 218 215 110 -
CMYK 0 0.01 0.50 0.15
HSL 58.33º 0.59% 0.64% -
HSV(B) 58.33º 0.5% 0.85% -
XYZ 56.03 64.63 24.27 -
YUV 203.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 218 215 110 0 0.01 0.50 0.15 58.33 0.59 0.64
Hex DA D7 6E 0 1 32 F 3A 3B 40
Octal 332 327 156 0 1 62 17 72 73 100
Binary 11011010 11010111 1101110 0 1 110010 1111 111010 111011 1000000

Color Harmonies of #DAD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD76E

Black with #DAD76E

Text Example


Text Example

White with #DAD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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