Html Css Color HEX #DAD780 Goldenrod

📋 copy color: '#DAD780'

red 218 ◦ green 215 ◦ blue 128

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

Shades of Goldenrod #DAD780

Tints of Goldenrod #DAD780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.82%

R = 38.86%
G = 38.32%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAD780 (or 0xDAD780) is known color: Goldenrod. HEX triplet: DA, D7 and 80. RGB value is (218,215,128). Sum of RGB (Red+Green+Blue) = 218+215+128=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD780 is #25287F. Grayscale: #CECECE. Windows color (decimal): -2435200 or 8443866. OLE color: 8443866.

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

Color convert

RGB 218 215 128 -
CMYK 0 0.01 0.41 0.15
HSL 58º 0.55% 0.68% -
HSV(B) 58º 0.41% 0.85% -
XYZ 57.11 65.06 29.97 -
YUV 205.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 218 215 128 0 0.01 0.41 0.15 58 0.55 0.68
Hex DA D7 80 0 1 29 F 3A 37 44
Octal 332 327 200 0 1 51 17 72 67 104
Binary 11011010 11010111 10000000 0 1 101001 1111 111010 110111 1000100

Color Harmonies of #DAD780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD780

Black with #DAD780

Text Example


Text Example

White with #DAD780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD780; }

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

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

background-color css

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

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

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

border-color css

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

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

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