Html Css Color HEX #DB852A Dixie

📋 copy color: '#DB852A'

red 219 ◦ green 133 ◦ blue 42

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

Shades of Dixie #DB852A

Tints of Dixie #DB852A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.66%

R = 55.58%
G = 33.76%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB852A (or 0xDB852A) is known color: Dixie. HEX triplet: DB, 85 and 2A. RGB value is (219,133,42). Sum of RGB (Red+Green+Blue) = 219+133+42=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB852A is #247AD5. Grayscale: #949494. Windows color (decimal): -2390742 or 2786779. OLE color: 2786779.

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

Color convert

RGB 219 133 42 -
CMYK 0 0.39 0.81 0.14
HSL 30.85º 0.71% 0.51% -
HSV(B) 30.85º 0.81% 0.86% -
XYZ 38.02 32 6.36 -
YUV 148.34 67.99 178.4 -
System Red Green Blue C M Y K H S L
Decimal 219 133 42 0 0.39 0.81 0.14 30.85 0.71 0.51
Hex DB 85 2A 0 27 51 E 1F 47 33
Octal 333 205 52 0 47 121 16 37 107 63
Binary 11011011 10000101 101010 0 100111 1010001 1110 11111 1000111 110011

Color Harmonies of #DB852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB852A

Black with #DB852A

Text Example


Text Example

White with #DB852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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