Html Css Color HEX #DB9631 Buttercup

📋 copy color: '#DB9631'

red 219 ◦ green 150 ◦ blue 49

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

Shades of Buttercup #DB9631

Tints of Buttercup #DB9631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.72%

R = 52.39%
G = 35.89%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB9631 (or 0xDB9631) is known color: Buttercup. HEX triplet: DB, 96 and 31. RGB value is (219,150,49). Sum of RGB (Red+Green+Blue) = 219+150+49=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9631 is #2469CE. Grayscale: #9F9F9F. Windows color (decimal): -2386383 or 3249883. OLE color: 3249883.

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

Color convert

RGB 219 150 49 -
CMYK 0 0.32 0.78 0.14
HSL 35.65º 0.7% 0.53% -
HSV(B) 35.65º 0.78% 0.86% -
XYZ 40.67 37.09 7.92 -
YUV 159.12 65.86 170.71 -
System Red Green Blue C M Y K H S L
Decimal 219 150 49 0 0.32 0.78 0.14 35.65 0.7 0.53
Hex DB 96 31 0 20 4E E 24 46 35
Octal 333 226 61 0 40 116 16 44 106 65
Binary 11011011 10010110 110001 0 100000 1001110 1110 100100 1000110 110101

Color Harmonies of #DB9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9631

Black with #DB9631

Text Example


Text Example

White with #DB9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9631; }

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

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

background-color css

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

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

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

border-color css

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

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

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