Html Css Color HEX #DAD870 Goldenrod

📋 copy color: '#DAD870'

red 218 ◦ green 216 ◦ blue 112

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

Shades of Goldenrod #DAD870

Tints of Goldenrod #DAD870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.51%

R = 39.93%
G = 39.56%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAD870 (or 0xDAD870) is known color: Goldenrod. HEX triplet: DA, D8 and 70. RGB value is (218,216,112). Sum of RGB (Red+Green+Blue) = 218+216+112=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD870 is #25278F. Grayscale: #CDCDCD. Windows color (decimal): -2434960 or 7395546. OLE color: 7395546.

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

Color convert

RGB 218 216 112 -
CMYK 0 0.01 0.49 0.15
HSL 58.87º 0.59% 0.65% -
HSV(B) 58.87º 0.49% 0.85% -
XYZ 56.39 65.19 24.94 -
YUV 204.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 218 216 112 0 0.01 0.49 0.15 58.87 0.59 0.65
Hex DA D8 70 0 1 31 F 3B 3B 41
Octal 332 330 160 0 1 61 17 73 73 101
Binary 11011010 11011000 1110000 0 1 110001 1111 111011 111011 1000001

Color Harmonies of #DAD870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD870

Black with #DAD870

Text Example


Text Example

White with #DAD870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD870; }

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

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

background-color css

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

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

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

border-color css

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

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

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