Html Css Color HEX #DB852F Dixie

📋 copy color: '#DB852F'

red 219 ◦ green 133 ◦ blue 47

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

Shades of Dixie #DB852F

Tints of Dixie #DB852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

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

R = 54.89%
G = 33.33%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB852F (or 0xDB852F) is known color: Dixie. HEX triplet: DB, 85 and 2F. RGB value is (219,133,47). Sum of RGB (Red+Green+Blue) = 219+133+47=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB852F is #247AD0. Grayscale: #959595. Windows color (decimal): -2390737 or 3114459. OLE color: 3114459.

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

Color convert

RGB 219 133 47 -
CMYK 0 0.39 0.79 0.14
HSL 30º 0.7% 0.52% -
HSV(B) 30º 0.79% 0.86% -
XYZ 38.11 32.04 6.86 -
YUV 148.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 219 133 47 0 0.39 0.79 0.14 30 0.7 0.52
Hex DB 85 2F 0 27 4F E 1E 46 34
Octal 333 205 57 0 47 117 16 36 106 64
Binary 11011011 10000101 101111 0 100111 1001111 1110 11110 1000110 110100

Color Harmonies of #DB852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB852F

Black with #DB852F

Text Example


Text Example

White with #DB852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB852F; }

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

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

background-color css

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

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

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

border-color css

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

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

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