Html Css Color HEX #DB8F20 Buttercup

📋 copy color: '#DB8F20'

red 219 ◦ green 143 ◦ blue 32

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

Shades of Buttercup #DB8F20

Tints of Buttercup #DB8F20

RGB

 RED value IS 219 (85.94% from 255) = 55.58%

 GREEN value IS 143 (56.25% from 255) = 36.29%

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

R = 55.58%
G = 36.29%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB8F20 (or 0xDB8F20) is known color: Buttercup. HEX triplet: DB, 8F and 20. RGB value is (219,143,32). Sum of RGB (Red+Green+Blue) = 219+143+32=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8F20 is #2470DF. Grayscale: #999999. Windows color (decimal): -2388192 or 2133979. OLE color: 2133979.

HSL color Cylindrical-coordinate representation of color #DB8F20: hue angle of 35.61º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB8F20 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 143 32 -
CMYK 0 0.35 0.85 0.14
HSL 35.61º 0.75% 0.49% -
HSV(B) 35.61º 0.85% 0.86% -
XYZ 39.3 34.81 6.01 -
YUV 153.07 59.68 175.03 -
System Red Green Blue C M Y K H S L
Decimal 219 143 32 0 0.35 0.85 0.14 35.61 0.75 0.49
Hex DB 8F 20 0 23 55 E 24 4B 31
Octal 333 217 40 0 43 125 16 44 113 61
Binary 11011011 10001111 100000 0 100011 1010101 1110 100100 1001011 110001

Color Harmonies of #DB8F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F20

Black with #DB8F20

Text Example


Text Example

White with #DB8F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F20; }

 p { color: rgb(219,143,32); }

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

background-color css

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

 a { background-color: rgb(219,143,32); }

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

border-color css

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

 span { border-color: rgb(219,143,32); }

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