Html Css Color HEX #DB832E Dixie

📋 copy color: '#DB832E'

red 219 ◦ green 131 ◦ blue 46

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

Shades of Dixie #DB832E

Tints of Dixie #DB832E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.08%

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

R = 55.3%
G = 33.08%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB832E (or 0xDB832E) is known color: Dixie. HEX triplet: DB, 83 and 2E. RGB value is (219,131,46). Sum of RGB (Red+Green+Blue) = 219+131+46=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB832E is #247CD1. Grayscale: #949494. Windows color (decimal): -2391250 or 3048411. OLE color: 3048411.

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

Color convert

RGB 219 131 46 -
CMYK 0 0.40 0.79 0.14
HSL 29.48º 0.71% 0.52% -
HSV(B) 29.48º 0.79% 0.86% -
XYZ 37.82 31.49 6.67 -
YUV 147.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 219 131 46 0 0.40 0.79 0.14 29.48 0.71 0.52
Hex DB 83 2E 0 28 4F E 1D 47 34
Octal 333 203 56 0 50 117 16 35 107 64
Binary 11011011 10000011 101110 0 101000 1001111 1110 11101 1000111 110100

Color Harmonies of #DB832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB832E

Black with #DB832E

Text Example


Text Example

White with #DB832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB832E; }

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

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

background-color css

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

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

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

border-color css

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

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

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