Html Css Color HEX #DAD373 Goldenrod

📋 copy color: '#DAD373'

red 218 ◦ green 211 ◦ blue 115

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

Shades of Goldenrod #DAD373

Tints of Goldenrod #DAD373

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.79%

 BLUE value IS 115 (45.31% from 255) = 21.14%

R = 40.07%
G = 38.79%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAD373 (or 0xDAD373) is known color: Goldenrod. HEX triplet: DA, D3 and 73. RGB value is (218,211,115). Sum of RGB (Red+Green+Blue) = 218+211+115=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD373 is #252C8C. Grayscale: #CACACA. Windows color (decimal): -2436237 or 7590874. OLE color: 7590874.

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

Color convert

RGB 218 211 115 -
CMYK 0 0.03 0.47 0.15
HSL 55.92º 0.58% 0.65% -
HSV(B) 55.92º 0.47% 0.85% -
XYZ 55.3 62.73 25.41 -
YUV 202.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 218 211 115 0 0.03 0.47 0.15 55.92 0.58 0.65
Hex DA D3 73 0 3 2F F 38 3A 41
Octal 332 323 163 0 3 57 17 70 72 101
Binary 11011010 11010011 1110011 0 11 101111 1111 111000 111010 1000001

Color Harmonies of #DAD373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD373

Black with #DAD373

Text Example


Text Example

White with #DAD373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD373; }

 p { color: rgb(218,211,115); }

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

background-color css

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

 a { background-color: rgb(218,211,115); }

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

border-color css

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

 span { border-color: rgb(218,211,115); }

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