Html Css Color HEX #D0842D Dixie

📋 copy color: '#D0842D'

red 208 ◦ green 132 ◦ blue 45

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

Shades of Dixie #D0842D

Tints of Dixie #D0842D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 54.03%
G = 34.29%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0842D (or 0xD0842D) is known color: Dixie. HEX triplet: D0, 84 and 2D. RGB value is (208,132,45). Sum of RGB (Red+Green+Blue) = 208+132+45=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0842D is #2F7BD2. Grayscale: #919191. Windows color (decimal): -3111891 or 2983120. OLE color: 2983120.

HSL color Cylindrical-coordinate representation of color #D0842D: hue angle of 32.02º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0842D is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 45 -
CMYK 0 0.37 0.78 0.18
HSL 32.02º 0.64% 0.5% -
HSV(B) 32.02º 0.78% 0.82% -
XYZ 34.74 30.1 6.46 -
YUV 144.81 71.68 173.07 -
System Red Green Blue C M Y K H S L
Decimal 208 132 45 0 0.37 0.78 0.18 32.02 0.64 0.5
Hex D0 84 2D 0 25 4E 12 20 40 32
Octal 320 204 55 0 45 116 22 40 100 62
Binary 11010000 10000100 101101 0 100101 1001110 10010 100000 1000000 110010

Color Harmonies of #D0842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0842D

Black with #D0842D

Text Example


Text Example

White with #D0842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0842D; }

 p { color: rgb(208,132,45); }

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

background-color css

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

 a { background-color: rgb(208,132,45); }

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

border-color css

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

 span { border-color: rgb(208,132,45); }

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