Html Css Color HEX #DB852C Dixie

📋 copy color: '#DB852C'

red 219 ◦ green 133 ◦ blue 44

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

Shades of Dixie #DB852C

Tints of Dixie #DB852C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.11%

R = 55.3%
G = 33.59%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB852C (or 0xDB852C) is known color: Dixie. HEX triplet: DB, 85 and 2C. RGB value is (219,133,44). Sum of RGB (Red+Green+Blue) = 219+133+44=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB852C is #247AD3. Grayscale: #959595. Windows color (decimal): -2390740 or 2917851. OLE color: 2917851.

HSL color Cylindrical-coordinate representation of color #DB852C: hue angle of 30.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB852C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 44 -
CMYK 0 0.39 0.80 0.14
HSL 30.51º 0.71% 0.52% -
HSV(B) 30.51º 0.8% 0.86% -
XYZ 38.06 32.02 6.56 -
YUV 148.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 219 133 44 0 0.39 0.80 0.14 30.51 0.71 0.52
Hex DB 85 2C 0 27 50 E 1F 47 34
Octal 333 205 54 0 47 120 16 37 107 64
Binary 11011011 10000101 101100 0 100111 1010000 1110 11111 1000111 110100

Color Harmonies of #DB852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB852C

Black with #DB852C

Text Example


Text Example

White with #DB852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB852C; }

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

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

background-color css

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

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

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

border-color css

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

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

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