Html Css Color HEX #D0872A Dixie

📋 copy color: '#D0872A'

red 208 ◦ green 135 ◦ blue 42

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

Shades of Dixie #D0872A

Tints of Dixie #D0872A

RGB

 RED value IS 208 (81.64% from 255) = 54.03%

 GREEN value IS 135 (53.13% from 255) = 35.06%

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

R = 54.03%
G = 35.06%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0872A (or 0xD0872A) is known color: Dixie. HEX triplet: D0, 87 and 2A. RGB value is (208,135,42). Sum of RGB (Red+Green+Blue) = 208+135+42=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0872A is #2F78D5. Grayscale: #929292. Windows color (decimal): -3111126 or 2787280. OLE color: 2787280.

HSL color Cylindrical-coordinate representation of color #D0872A: hue angle of 33.61º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0872A is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 42 -
CMYK 0 0.35 0.80 0.18
HSL 33.61º 0.66% 0.49% -
HSV(B) 33.61º 0.8% 0.82% -
XYZ 35.09 30.91 6.31 -
YUV 146.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 208 135 42 0 0.35 0.80 0.18 33.61 0.66 0.49
Hex D0 87 2A 0 23 50 12 22 42 31
Octal 320 207 52 0 43 120 22 42 102 61
Binary 11010000 10000111 101010 0 100011 1010000 10010 100010 1000010 110001

Color Harmonies of #D0872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0872A

Black with #D0872A

Text Example


Text Example

White with #D0872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0872A; }

 p { color: rgb(208,135,42); }

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

background-color css

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

 a { background-color: rgb(208,135,42); }

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

border-color css

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

 span { border-color: rgb(208,135,42); }

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