Html Css Color HEX #D0842A Dixie

📋 copy color: '#D0842A'

red 208 ◦ green 132 ◦ blue 42

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

Shades of Dixie #D0842A

Tints of Dixie #D0842A

RGB

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

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

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

R = 54.45%
G = 34.55%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0842A (or 0xD0842A) is known color: Dixie. HEX triplet: D0, 84 and 2A. RGB value is (208,132,42). Sum of RGB (Red+Green+Blue) = 208+132+42=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0842A is #2F7BD5. Grayscale: #909090. Windows color (decimal): -3111894 or 2786512. OLE color: 2786512.

HSL color Cylindrical-coordinate representation of color #D0842A: hue angle of 32.53º 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 #D0842A is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 42 -
CMYK 0 0.37 0.80 0.18
HSL 32.53º 0.66% 0.49% -
HSV(B) 32.53º 0.8% 0.82% -
XYZ 34.68 30.08 6.17 -
YUV 144.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 208 132 42 0 0.37 0.80 0.18 32.53 0.66 0.49
Hex D0 84 2A 0 25 50 12 21 42 31
Octal 320 204 52 0 45 120 22 41 102 61
Binary 11010000 10000100 101010 0 100101 1010000 10010 100001 1000010 110001

Color Harmonies of #D0842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0842A

Black with #D0842A

Text Example


Text Example

White with #D0842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0842A; }

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

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

background-color css

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

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

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

border-color css

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

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

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