Html Css Color HEX #DB9731 Buttercup

📋 copy color: '#DB9731'

red 219 ◦ green 151 ◦ blue 49

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

Shades of Buttercup #DB9731

Tints of Buttercup #DB9731

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.04%

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

R = 52.27%
G = 36.04%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB9731 (or 0xDB9731) is known color: Buttercup. HEX triplet: DB, 97 and 31. RGB value is (219,151,49). Sum of RGB (Red+Green+Blue) = 219+151+49=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9731 is #2468CE. Grayscale: #A0A0A0. Windows color (decimal): -2386127 or 3250139. OLE color: 3250139.

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

Color convert

RGB 219 151 49 -
CMYK 0 0.31 0.78 0.14
HSL 36º 0.7% 0.53% -
HSV(B) 36º 0.78% 0.86% -
XYZ 40.83 37.42 7.98 -
YUV 159.7 65.53 170.29 -
System Red Green Blue C M Y K H S L
Decimal 219 151 49 0 0.31 0.78 0.14 36 0.7 0.53
Hex DB 97 31 0 1F 4E E 24 46 35
Octal 333 227 61 0 37 116 16 44 106 65
Binary 11011011 10010111 110001 0 11111 1001110 1110 100100 1000110 110101

Color Harmonies of #DB9731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9731

Black with #DB9731

Text Example


Text Example

White with #DB9731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9731; }

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

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

background-color css

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

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

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

border-color css

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

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

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