Html Css Color HEX #DB8521 Buttercup

📋 copy color: '#DB8521'

red 219 ◦ green 133 ◦ blue 33

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

Shades of Buttercup #DB8521

Tints of Buttercup #DB8521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

 BLUE value IS 33 (13.28% from 255) = 8.57%

R = 56.88%
G = 34.55%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB8521 (or 0xDB8521) is known color: Buttercup. HEX triplet: DB, 85 and 21. RGB value is (219,133,33). Sum of RGB (Red+Green+Blue) = 219+133+33=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8521 is #247ADE. Grayscale: #939393. Windows color (decimal): -2390751 or 2196955. OLE color: 2196955.

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

Color convert

RGB 219 133 33 -
CMYK 0 0.39 0.85 0.14
HSL 32.26º 0.74% 0.49% -
HSV(B) 32.26º 0.85% 0.86% -
XYZ 37.88 31.94 5.61 -
YUV 147.31 63.49 179.13 -
System Red Green Blue C M Y K H S L
Decimal 219 133 33 0 0.39 0.85 0.14 32.26 0.74 0.49
Hex DB 85 21 0 27 55 E 20 4A 31
Octal 333 205 41 0 47 125 16 40 112 61
Binary 11011011 10000101 100001 0 100111 1010101 1110 100000 1001010 110001

Color Harmonies of #DB8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8521

Black with #DB8521

Text Example


Text Example

White with #DB8521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8521; }

 p { color: rgb(219,133,33); }

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

background-color css

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

 a { background-color: rgb(219,133,33); }

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

border-color css

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

 span { border-color: rgb(219,133,33); }

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