Html Css Color HEX #DB8B24 Buttercup

📋 copy color: '#DB8B24'

red 219 ◦ green 139 ◦ blue 36

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

Shades of Buttercup #DB8B24

Tints of Buttercup #DB8B24

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

 BLUE value IS 36 (14.45% from 255) = 9.14%

R = 55.58%
G = 35.28%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB8B24 (or 0xDB8B24) is known color: Buttercup. HEX triplet: DB, 8B and 24. RGB value is (219,139,36). Sum of RGB (Red+Green+Blue) = 219+139+36=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8B24 is #2474DB. Grayscale: #979797. Windows color (decimal): -2389212 or 2395099. OLE color: 2395099.

HSL color Cylindrical-coordinate representation of color #DB8B24: hue angle of 33.77º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB8B24 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 139 36 -
CMYK 0 0.37 0.84 0.14
HSL 33.77º 0.72% 0.5% -
HSV(B) 33.77º 0.84% 0.86% -
XYZ 38.76 33.65 6.12 -
YUV 151.18 63 176.38 -
System Red Green Blue C M Y K H S L
Decimal 219 139 36 0 0.37 0.84 0.14 33.77 0.72 0.5
Hex DB 8B 24 0 25 54 E 22 48 32
Octal 333 213 44 0 45 124 16 42 110 62
Binary 11011011 10001011 100100 0 100101 1010100 1110 100010 1001000 110010

Color Harmonies of #DB8B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B24

Black with #DB8B24

Text Example


Text Example

White with #DB8B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B24; }

 p { color: rgb(219,139,36); }

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

background-color css

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

 a { background-color: rgb(219,139,36); }

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

border-color css

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

 span { border-color: rgb(219,139,36); }

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