Html Css Color HEX #DAD770 Goldenrod

📋 copy color: '#DAD770'

red 218 ◦ green 215 ◦ blue 112

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

Shades of Goldenrod #DAD770

Tints of Goldenrod #DAD770

RGB

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

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

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

R = 40%
G = 39.45%
B = 20.55%

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

#DAD770 (or 0xDAD770) is known color: Goldenrod. HEX triplet: DA, D7 and 70. RGB value is (218,215,112). Sum of RGB (Red+Green+Blue) = 218+215+112=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD770 is #25288F. Grayscale: #CCCCCC. Windows color (decimal): -2435216 or 7395290. OLE color: 7395290.

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

Color convert

RGB 218 215 112 -
CMYK 0 0.01 0.49 0.15
HSL 58.3º 0.59% 0.65% -
HSV(B) 58.3º 0.49% 0.85% -
XYZ 56.14 64.68 24.85 -
YUV 204.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 218 215 112 0 0.01 0.49 0.15 58.3 0.59 0.65
Hex DA D7 70 0 1 31 F 3A 3B 41
Octal 332 327 160 0 1 61 17 72 73 101
Binary 11011010 11010111 1110000 0 1 110001 1111 111010 111011 1000001

Color Harmonies of #DAD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD770

Black with #DAD770

Text Example


Text Example

White with #DAD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD770; }

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

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

background-color css

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

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

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

border-color css

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

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

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