Html Css Color HEX #DAD76D Goldenrod

📋 copy color: '#DAD76D'

red 218 ◦ green 215 ◦ blue 109

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

Shades of Goldenrod #DAD76D

Tints of Goldenrod #DAD76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.11%

R = 40.22%
G = 39.67%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DAD76D (or 0xDAD76D) is known color: Goldenrod. HEX triplet: DA, D7 and 6D. RGB value is (218,215,109). Sum of RGB (Red+Green+Blue) = 218+215+109=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD76D is #252892. Grayscale: #CCCCCC. Windows color (decimal): -2435219 or 7198682. OLE color: 7198682.

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

Color convert

RGB 218 215 109 -
CMYK 0 0.01 0.5 0.15
HSL 58.35º 0.6% 0.64% -
HSV(B) 58.35º 0.5% 0.85% -
XYZ 55.97 64.61 23.99 -
YUV 203.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 218 215 109 0 0.01 0.5 0.15 58.35 0.6 0.64
Hex DA D7 6D 0 1 32 F 3A 3C 40
Octal 332 327 155 0 1 62 17 72 74 100
Binary 11011010 11010111 1101101 0 1 110010 1111 111010 111100 1000000

Color Harmonies of #DAD76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD76D

Black with #DAD76D

Text Example


Text Example

White with #DAD76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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