Html Css Color HEX #D0882A Dixie

📋 copy color: '#D0882A'

red 208 ◦ green 136 ◦ blue 42

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

Shades of Dixie #D0882A

Tints of Dixie #D0882A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 53.89%
G = 35.23%
B = 10.88%

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

#D0882A (or 0xD0882A) is known color: Dixie. HEX triplet: D0, 88 and 2A. RGB value is (208,136,42). Sum of RGB (Red+Green+Blue) = 208+136+42=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0882A is #2F77D5. Grayscale: #939393. Windows color (decimal): -3110870 or 2787536. OLE color: 2787536.

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

Color convert

RGB 208 136 42 -
CMYK 0 0.35 0.80 0.18
HSL 33.98º 0.66% 0.49% -
HSV(B) 33.98º 0.8% 0.82% -
XYZ 35.23 31.19 6.35 -
YUV 146.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 208 136 42 0 0.35 0.80 0.18 33.98 0.66 0.49
Hex D0 88 2A 0 23 50 12 22 42 31
Octal 320 210 52 0 43 120 22 42 102 61
Binary 11010000 10001000 101010 0 100011 1010000 10010 100010 1000010 110001

Color Harmonies of #D0882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0882A

Black with #D0882A

Text Example


Text Example

White with #D0882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0882A; }

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

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

background-color css

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

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

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

border-color css

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

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

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