Html Css Color HEX #DB942E Buttercup

📋 copy color: '#DB942E'

red 219 ◦ green 148 ◦ blue 46

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

Shades of Buttercup #DB942E

Tints of Buttercup #DB942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.84%

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

R = 53.03%
G = 35.84%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB942E (or 0xDB942E) is known color: Buttercup. HEX triplet: DB, 94 and 2E. RGB value is (219,148,46). Sum of RGB (Red+Green+Blue) = 219+148+46=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB942E is #246BD1. Grayscale: #9E9E9E. Windows color (decimal): -2386898 or 3052763. OLE color: 3052763.

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

Color convert

RGB 219 148 46 -
CMYK 0 0.32 0.79 0.14
HSL 35.38º 0.71% 0.52% -
HSV(B) 35.38º 0.79% 0.86% -
XYZ 40.3 36.44 7.49 -
YUV 157.6 65.02 171.79 -
System Red Green Blue C M Y K H S L
Decimal 219 148 46 0 0.32 0.79 0.14 35.38 0.71 0.52
Hex DB 94 2E 0 20 4F E 23 47 34
Octal 333 224 56 0 40 117 16 43 107 64
Binary 11011011 10010100 101110 0 100000 1001111 1110 100011 1000111 110100

Color Harmonies of #DB942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB942E

Black with #DB942E

Text Example


Text Example

White with #DB942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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