Html Css Color HEX #DB832F Dixie

📋 copy color: '#DB832F'

red 219 ◦ green 131 ◦ blue 47

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

Shades of Dixie #DB832F

Tints of Dixie #DB832F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.84%

R = 55.16%
G = 33%
B = 11.84%

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

#DB832F (or 0xDB832F) is known color: Dixie. HEX triplet: DB, 83 and 2F. RGB value is (219,131,47). Sum of RGB (Red+Green+Blue) = 219+131+47=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB832F is #247CD0. Grayscale: #949494. Windows color (decimal): -2391249 or 3113947. OLE color: 3113947.

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

Color convert

RGB 219 131 47 -
CMYK 0 0.40 0.79 0.14
HSL 29.3º 0.7% 0.52% -
HSV(B) 29.3º 0.79% 0.86% -
XYZ 37.84 31.5 6.77 -
YUV 147.74 71.15 178.83 -
System Red Green Blue C M Y K H S L
Decimal 219 131 47 0 0.40 0.79 0.14 29.3 0.7 0.52
Hex DB 83 2F 0 28 4F E 1D 46 34
Octal 333 203 57 0 50 117 16 35 106 64
Binary 11011011 10000011 101111 0 101000 1001111 1110 11101 1000110 110100

Color Harmonies of #DB832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB832F

Black with #DB832F

Text Example


Text Example

White with #DB832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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