Html Css Color HEX #DAD873 Goldenrod

📋 copy color: '#DAD873'

red 218 ◦ green 216 ◦ blue 115

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

Shades of Goldenrod #DAD873

Tints of Goldenrod #DAD873

RGB

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

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

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

R = 39.71%
G = 39.34%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAD873 (or 0xDAD873) is known color: Goldenrod. HEX triplet: DA, D8 and 73. RGB value is (218,216,115). Sum of RGB (Red+Green+Blue) = 218+216+115=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD873 is #25278C. Grayscale: #CDCDCD. Windows color (decimal): -2434957 or 7592154. OLE color: 7592154.

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

Color convert

RGB 218 216 115 -
CMYK 0 0.01 0.47 0.15
HSL 58.83º 0.58% 0.65% -
HSV(B) 58.83º 0.47% 0.85% -
XYZ 56.56 65.25 25.83 -
YUV 205.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 218 216 115 0 0.01 0.47 0.15 58.83 0.58 0.65
Hex DA D8 73 0 1 2F F 3B 3A 41
Octal 332 330 163 0 1 57 17 73 72 101
Binary 11011010 11011000 1110011 0 1 101111 1111 111011 111010 1000001

Color Harmonies of #DAD873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD873

Black with #DAD873

Text Example


Text Example

White with #DAD873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD873; }

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

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

background-color css

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

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

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

border-color css

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

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

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