Html Css Color HEX #DB8720 Buttercup

📋 copy color: '#DB8720'

red 219 ◦ green 135 ◦ blue 32

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

Shades of Buttercup #DB8720

Tints of Buttercup #DB8720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.97%

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

R = 56.74%
G = 34.97%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB8720 (or 0xDB8720) is known color: Buttercup. HEX triplet: DB, 87 and 20. RGB value is (219,135,32). Sum of RGB (Red+Green+Blue) = 219+135+32=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8720 is #2478DF. Grayscale: #949494. Windows color (decimal): -2390240 or 2131931. OLE color: 2131931.

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

Color convert

RGB 219 135 32 -
CMYK 0 0.38 0.85 0.14
HSL 33.05º 0.75% 0.49% -
HSV(B) 33.05º 0.85% 0.86% -
XYZ 38.14 32.49 5.63 -
YUV 148.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 219 135 32 0 0.38 0.85 0.14 33.05 0.75 0.49
Hex DB 87 20 0 26 55 E 21 4B 31
Octal 333 207 40 0 46 125 16 41 113 61
Binary 11011011 10000111 100000 0 100110 1010101 1110 100001 1001011 110001

Color Harmonies of #DB8720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8720

Black with #DB8720

Text Example


Text Example

White with #DB8720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8720; }

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

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

background-color css

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

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

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

border-color css

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

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

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