Html Css Color HEX #DAD76A Goldenrod

📋 copy color: '#DAD76A'

red 218 ◦ green 215 ◦ blue 106

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

Shades of Goldenrod #DAD76A

Tints of Goldenrod #DAD76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.67%

R = 40.45%
G = 39.89%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAD76A (or 0xDAD76A) is known color: Goldenrod. HEX triplet: DA, D7 and 6A. RGB value is (218,215,106). Sum of RGB (Red+Green+Blue) = 218+215+106=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD76A is #252895. Grayscale: #CBCBCB. Windows color (decimal): -2435222 or 7002074. OLE color: 7002074.

HSL color Cylindrical-coordinate representation of color #DAD76A: hue angle of 58.39º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAD76A is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 106 -
CMYK 0 0.01 0.51 0.15
HSL 58.39º 0.6% 0.64% -
HSV(B) 58.39º 0.51% 0.85% -
XYZ 55.82 64.55 23.15 -
YUV 203.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 218 215 106 0 0.01 0.51 0.15 58.39 0.6 0.64
Hex DA D7 6A 0 1 33 F 3A 3C 40
Octal 332 327 152 0 1 63 17 72 74 100
Binary 11011010 11010111 1101010 0 1 110011 1111 111010 111100 1000000

Color Harmonies of #DAD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD76A

Black with #DAD76A

Text Example


Text Example

White with #DAD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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