Html Css Color HEX #DB9A2E Buttercup

📋 copy color: '#DB9A2E'

red 219 ◦ green 154 ◦ blue 46

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

Shades of Buttercup #DB9A2E

Tints of Buttercup #DB9A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.75%

 BLUE value IS 46 (18.36% from 255) = 10.98%

R = 52.27%
G = 36.75%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB9A2E (or 0xDB9A2E) is known color: Buttercup. HEX triplet: DB, 9A and 2E. RGB value is (219,154,46). Sum of RGB (Red+Green+Blue) = 219+154+46=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9A2E is #2465D1. Grayscale: #A1A1A1. Windows color (decimal): -2385362 or 3054299. OLE color: 3054299.

HSL color Cylindrical-coordinate representation of color #DB9A2E: hue angle of 37.46º degrees, saturation: 0.71, 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 #DB9A2E is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 154 46 -
CMYK 0 0.30 0.79 0.14
HSL 37.46º 0.71% 0.52% -
HSV(B) 37.46º 0.79% 0.86% -
XYZ 41.26 38.37 7.82 -
YUV 161.12 63.03 169.28 -
System Red Green Blue C M Y K H S L
Decimal 219 154 46 0 0.30 0.79 0.14 37.46 0.71 0.52
Hex DB 9A 2E 0 1E 4F E 25 47 34
Octal 333 232 56 0 36 117 16 45 107 64
Binary 11011011 10011010 101110 0 11110 1001111 1110 100101 1000111 110100

Color Harmonies of #DB9A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A2E

Black with #DB9A2E

Text Example


Text Example

White with #DB9A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A2E; }

 p { color: rgb(219,154,46); }

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

background-color css

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

 a { background-color: rgb(219,154,46); }

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

border-color css

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

 span { border-color: rgb(219,154,46); }

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