Html Css Color HEX #DB852D Dixie

📋 copy color: '#DB852D'

red 219 ◦ green 133 ◦ blue 45

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

Shades of Dixie #DB852D

Tints of Dixie #DB852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.34%

R = 55.16%
G = 33.5%
B = 11.34%

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

#DB852D (or 0xDB852D) is known color: Dixie. HEX triplet: DB, 85 and 2D. RGB value is (219,133,45). Sum of RGB (Red+Green+Blue) = 219+133+45=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB852D is #247AD2. Grayscale: #959595. Windows color (decimal): -2390739 or 2983387. OLE color: 2983387.

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

Color convert

RGB 219 133 45 -
CMYK 0 0.39 0.79 0.14
HSL 30.34º 0.71% 0.52% -
HSV(B) 30.34º 0.79% 0.86% -
XYZ 38.07 32.02 6.66 -
YUV 148.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 219 133 45 0 0.39 0.79 0.14 30.34 0.71 0.52
Hex DB 85 2D 0 27 4F E 1E 47 34
Octal 333 205 55 0 47 117 16 36 107 64
Binary 11011011 10000101 101101 0 100111 1001111 1110 11110 1000111 110100

Color Harmonies of #DB852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB852D

Black with #DB852D

Text Example


Text Example

White with #DB852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB852D; }

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

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

background-color css

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

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

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

border-color css

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

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

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