Html Css Color HEX #DB912F Buttercup

📋 copy color: '#DB912F'

red 219 ◦ green 145 ◦ blue 47

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

Shades of Buttercup #DB912F

Tints of Buttercup #DB912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

 BLUE value IS 47 (18.75% from 255) = 11.44%

R = 53.28%
G = 35.28%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB912F (or 0xDB912F) is known color: Buttercup. HEX triplet: DB, 91 and 2F. RGB value is (219,145,47). Sum of RGB (Red+Green+Blue) = 219+145+47=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB912F is #246ED0. Grayscale: #9C9C9C. Windows color (decimal): -2387665 or 3117531. OLE color: 3117531.

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

Color convert

RGB 219 145 47 -
CMYK 0 0.34 0.79 0.14
HSL 34.19º 0.7% 0.52% -
HSV(B) 34.19º 0.79% 0.86% -
XYZ 39.85 35.52 7.44 -
YUV 155.95 66.52 172.97 -
System Red Green Blue C M Y K H S L
Decimal 219 145 47 0 0.34 0.79 0.14 34.19 0.7 0.52
Hex DB 91 2F 0 22 4F E 22 46 34
Octal 333 221 57 0 42 117 16 42 106 64
Binary 11011011 10010001 101111 0 100010 1001111 1110 100010 1000110 110100

Color Harmonies of #DB912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB912F

Black with #DB912F

Text Example


Text Example

White with #DB912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB912F; }

 p { color: rgb(219,145,47); }

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

background-color css

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

 a { background-color: rgb(219,145,47); }

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

border-color css

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

 span { border-color: rgb(219,145,47); }

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