Html Css Color HEX #DB932E Buttercup

📋 copy color: '#DB932E'

red 219 ◦ green 147 ◦ blue 46

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

Shades of Buttercup #DB932E

Tints of Buttercup #DB932E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

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

R = 53.16%
G = 35.68%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB932E (or 0xDB932E) is known color: Buttercup. HEX triplet: DB, 93 and 2E. RGB value is (219,147,46). Sum of RGB (Red+Green+Blue) = 219+147+46=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB932E is #246CD1. Grayscale: #9D9D9D. Windows color (decimal): -2387154 or 3052507. OLE color: 3052507.

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

Color convert

RGB 219 147 46 -
CMYK 0 0.33 0.79 0.14
HSL 35.03º 0.71% 0.52% -
HSV(B) 35.03º 0.79% 0.86% -
XYZ 40.14 36.12 7.44 -
YUV 157.01 65.35 172.21 -
System Red Green Blue C M Y K H S L
Decimal 219 147 46 0 0.33 0.79 0.14 35.03 0.71 0.52
Hex DB 93 2E 0 21 4F E 23 47 34
Octal 333 223 56 0 41 117 16 43 107 64
Binary 11011011 10010011 101110 0 100001 1001111 1110 100011 1000111 110100

Color Harmonies of #DB932E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB932E

Black with #DB932E

Text Example


Text Example

White with #DB932E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB932E; }

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

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

background-color css

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

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

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

border-color css

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

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

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