Html Css Color HEX #DAD574 Goldenrod

📋 copy color: '#DAD574'

red 218 ◦ green 213 ◦ blue 116

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

Shades of Goldenrod #DAD574

Tints of Goldenrod #DAD574

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.94%

 BLUE value IS 116 (45.7% from 255) = 21.21%

R = 39.85%
G = 38.94%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAD574 (or 0xDAD574) is known color: Goldenrod. HEX triplet: DA, D5 and 74. RGB value is (218,213,116). Sum of RGB (Red+Green+Blue) = 218+213+116=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD574 is #252A8B. Grayscale: #CBCBCB. Windows color (decimal): -2435724 or 7656922. OLE color: 7656922.

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

Color convert

RGB 218 213 116 -
CMYK 0 0.02 0.47 0.15
HSL 57.06º 0.58% 0.65% -
HSV(B) 57.06º 0.47% 0.85% -
XYZ 55.86 63.75 25.88 -
YUV 203.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 218 213 116 0 0.02 0.47 0.15 57.06 0.58 0.65
Hex DA D5 74 0 2 2F F 39 3A 41
Octal 332 325 164 0 2 57 17 71 72 101
Binary 11011010 11010101 1110100 0 10 101111 1111 111001 111010 1000001

Color Harmonies of #DAD574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD574

Black with #DAD574

Text Example


Text Example

White with #DAD574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD574; }

 p { color: rgb(218,213,116); }

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

background-color css

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

 a { background-color: rgb(218,213,116); }

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

border-color css

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

 span { border-color: rgb(218,213,116); }

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