Html Css Color HEX #DA9520 Buttercup

📋 copy color: '#DA9520'

red 218 ◦ green 149 ◦ blue 32

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

Shades of Buttercup #DA9520

Tints of Buttercup #DA9520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 32 (12.89% from 255) = 8.02%

R = 54.64%
G = 37.34%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA9520 (or 0xDA9520) is known color: Buttercup. HEX triplet: DA, 95 and 20. RGB value is (218,149,32). Sum of RGB (Red+Green+Blue) = 218+149+32=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9520 is #256ADF. Grayscale: #9C9C9C. Windows color (decimal): -2452192 or 2135514. OLE color: 2135514.

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

Color convert

RGB 218 149 32 -
CMYK 0 0.32 0.85 0.15
HSL 37.74º 0.74% 0.49% -
HSV(B) 37.74º 0.85% 0.85% -
XYZ 39.92 36.5 6.31 -
YUV 156.29 57.86 172.01 -
System Red Green Blue C M Y K H S L
Decimal 218 149 32 0 0.32 0.85 0.15 37.74 0.74 0.49
Hex DA 95 20 0 20 55 F 26 4A 31
Octal 332 225 40 0 40 125 17 46 112 61
Binary 11011010 10010101 100000 0 100000 1010101 1111 100110 1001010 110001

Color Harmonies of #DA9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9520

Black with #DA9520

Text Example


Text Example

White with #DA9520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9520; }

 p { color: rgb(218,149,32); }

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

background-color css

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

 a { background-color: rgb(218,149,32); }

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

border-color css

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

 span { border-color: rgb(218,149,32); }

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