Html Css Color HEX #DB912C Buttercup

📋 copy color: '#DB912C'

red 219 ◦ green 145 ◦ blue 44

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

Shades of Buttercup #DB912C

Tints of Buttercup #DB912C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.78%

R = 53.68%
G = 35.54%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB912C (or 0xDB912C) is known color: Buttercup. HEX triplet: DB, 91 and 2C. RGB value is (219,145,44). Sum of RGB (Red+Green+Blue) = 219+145+44=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB912C is #246ED3. Grayscale: #9C9C9C. Windows color (decimal): -2387668 or 2920923. OLE color: 2920923.

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

Color convert

RGB 219 145 44 -
CMYK 0 0.34 0.80 0.14
HSL 34.63º 0.71% 0.52% -
HSV(B) 34.63º 0.8% 0.86% -
XYZ 39.79 35.49 7.14 -
YUV 155.61 65.02 173.21 -
System Red Green Blue C M Y K H S L
Decimal 219 145 44 0 0.34 0.80 0.14 34.63 0.71 0.52
Hex DB 91 2C 0 22 50 E 23 47 34
Octal 333 221 54 0 42 120 16 43 107 64
Binary 11011011 10010001 101100 0 100010 1010000 1110 100011 1000111 110100

Color Harmonies of #DB912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB912C

Black with #DB912C

Text Example


Text Example

White with #DB912C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB912C; }

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

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

background-color css

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

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

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

border-color css

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

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

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