Html Css Color HEX #DB9232 Buttercup

📋 copy color: '#DB9232'

red 219 ◦ green 146 ◦ blue 50

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

Shades of Buttercup #DB9232

Tints of Buttercup #DB9232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.18%

 BLUE value IS 50 (19.92% from 255) = 12.05%

R = 52.77%
G = 35.18%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB9232 (or 0xDB9232) is known color: Buttercup. HEX triplet: DB, 92 and 32. RGB value is (219,146,50). Sum of RGB (Red+Green+Blue) = 219+146+50=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9232 is #246DCD. Grayscale: #9D9D9D. Windows color (decimal): -2387406 or 3314395. OLE color: 3314395.

HSL color Cylindrical-coordinate representation of color #DB9232: hue angle of 34.08º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB9232 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 146 50 -
CMYK 0 0.33 0.77 0.14
HSL 34.08º 0.7% 0.53% -
HSV(B) 34.08º 0.77% 0.86% -
XYZ 40.07 35.85 7.83 -
YUV 156.88 67.68 172.31 -
System Red Green Blue C M Y K H S L
Decimal 219 146 50 0 0.33 0.77 0.14 34.08 0.7 0.53
Hex DB 92 32 0 21 4D E 22 46 35
Octal 333 222 62 0 41 115 16 42 106 65
Binary 11011011 10010010 110010 0 100001 1001101 1110 100010 1000110 110101

Color Harmonies of #DB9232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9232

Black with #DB9232

Text Example


Text Example

White with #DB9232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9232; }

 p { color: rgb(219,146,50); }

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

background-color css

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

 a { background-color: rgb(219,146,50); }

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

border-color css

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

 span { border-color: rgb(219,146,50); }

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