Html Css Color HEX #DA9120 Buttercup

📋 copy color: '#DA9120'

red 218 ◦ green 145 ◦ blue 32

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

Shades of Buttercup #DA9120

Tints of Buttercup #DA9120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

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

R = 55.19%
G = 36.71%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA9120 (or 0xDA9120) is known color: Buttercup. HEX triplet: DA, 91 and 20. RGB value is (218,145,32). Sum of RGB (Red+Green+Blue) = 218+145+32=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9120 is #256EDF. Grayscale: #9A9A9A. Windows color (decimal): -2453216 or 2134490. OLE color: 2134490.

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

Color convert

RGB 218 145 32 -
CMYK 0 0.33 0.85 0.15
HSL 36.45º 0.74% 0.49% -
HSV(B) 36.45º 0.85% 0.85% -
XYZ 39.3 35.26 6.1 -
YUV 153.95 59.18 173.69 -
System Red Green Blue C M Y K H S L
Decimal 218 145 32 0 0.33 0.85 0.15 36.45 0.74 0.49
Hex DA 91 20 0 21 55 F 24 4A 31
Octal 332 221 40 0 41 125 17 44 112 61
Binary 11011010 10010001 100000 0 100001 1010101 1111 100100 1001010 110001

Color Harmonies of #DA9120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9120

Black with #DA9120

Text Example


Text Example

White with #DA9120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9120; }

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

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

background-color css

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

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

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

border-color css

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

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

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