Html Css Color HEX #DB9E2C Buttercup

📋 copy color: '#DB9E2C'

red 219 ◦ green 158 ◦ blue 44

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

Shades of Buttercup #DB9E2C

Tints of Buttercup #DB9E2C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.53%

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

R = 52.02%
G = 37.53%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB9E2C (or 0xDB9E2C) is known color: Buttercup. HEX triplet: DB, 9E and 2C. RGB value is (219,158,44). Sum of RGB (Red+Green+Blue) = 219+158+44=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9E2C is #2461D3. Grayscale: #A3A3A3. Windows color (decimal): -2384340 or 2924251. OLE color: 2924251.

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

Color convert

RGB 219 158 44 -
CMYK 0 0.28 0.80 0.14
HSL 39.09º 0.71% 0.52% -
HSV(B) 39.09º 0.8% 0.86% -
XYZ 41.89 39.7 7.84 -
YUV 163.24 60.71 167.77 -
System Red Green Blue C M Y K H S L
Decimal 219 158 44 0 0.28 0.80 0.14 39.09 0.71 0.52
Hex DB 9E 2C 0 1C 50 E 27 47 34
Octal 333 236 54 0 34 120 16 47 107 64
Binary 11011011 10011110 101100 0 11100 1010000 1110 100111 1000111 110100

Color Harmonies of #DB9E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E2C

Black with #DB9E2C

Text Example


Text Example

White with #DB9E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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