Html Css Color HEX #DB9632 Buttercup

📋 copy color: '#DB9632'

red 219 ◦ green 150 ◦ blue 50

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

Shades of Buttercup #DB9632

Tints of Buttercup #DB9632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.8%

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

R = 52.27%
G = 35.8%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB9632 (or 0xDB9632) is known color: Buttercup. HEX triplet: DB, 96 and 32. RGB value is (219,150,50). Sum of RGB (Red+Green+Blue) = 219+150+50=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9632 is #2469CD. Grayscale: #9F9F9F. Windows color (decimal): -2386382 or 3315419. OLE color: 3315419.

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

Color convert

RGB 219 150 50 -
CMYK 0 0.32 0.77 0.14
HSL 35.5º 0.7% 0.53% -
HSV(B) 35.5º 0.77% 0.86% -
XYZ 40.7 37.1 8.03 -
YUV 159.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 219 150 50 0 0.32 0.77 0.14 35.5 0.7 0.53
Hex DB 96 32 0 20 4D E 24 46 35
Octal 333 226 62 0 40 115 16 44 106 65
Binary 11011011 10010110 110010 0 100000 1001101 1110 100100 1000110 110101

Color Harmonies of #DB9632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9632

Black with #DB9632

Text Example


Text Example

White with #DB9632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9632; }

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

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

background-color css

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

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

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

border-color css

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

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

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