Html Css Color HEX #DB9F31 Buttercup

📋 copy color: '#DB9F31'

red 219 ◦ green 159 ◦ blue 49

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

Shades of Buttercup #DB9F31

Tints of Buttercup #DB9F31

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.24%

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

R = 51.29%
G = 37.24%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB9F31 (or 0xDB9F31) is known color: Buttercup. HEX triplet: DB, 9F and 31. RGB value is (219,159,49). Sum of RGB (Red+Green+Blue) = 219+159+49=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9F31 is #2460CE. Grayscale: #A4A4A4. Windows color (decimal): -2384079 or 3252187. OLE color: 3252187.

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

Color convert

RGB 219 159 49 -
CMYK 0 0.27 0.78 0.14
HSL 38.82º 0.7% 0.53% -
HSV(B) 38.82º 0.78% 0.86% -
XYZ 42.17 40.08 8.42 -
YUV 164.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 219 159 49 0 0.27 0.78 0.14 38.82 0.7 0.53
Hex DB 9F 31 0 1B 4E E 27 46 35
Octal 333 237 61 0 33 116 16 47 106 65
Binary 11011011 10011111 110001 0 11011 1001110 1110 100111 1000110 110101

Color Harmonies of #DB9F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F31

Black with #DB9F31

Text Example


Text Example

White with #DB9F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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