Html Css Color HEX #D0882C Dixie

📋 copy color: '#D0882C'

red 208 ◦ green 136 ◦ blue 44

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

Shades of Dixie #D0882C

Tints of Dixie #D0882C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.34%

R = 53.61%
G = 35.05%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0882C (or 0xD0882C) is known color: Dixie. HEX triplet: D0, 88 and 2C. RGB value is (208,136,44). Sum of RGB (Red+Green+Blue) = 208+136+44=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0882C is #2F77D3. Grayscale: #939393. Windows color (decimal): -3110868 or 2918608. OLE color: 2918608.

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

Color convert

RGB 208 136 44 -
CMYK 0 0.35 0.79 0.18
HSL 33.66º 0.65% 0.49% -
HSV(B) 33.66º 0.79% 0.82% -
XYZ 35.27 31.2 6.55 -
YUV 147.04 69.85 171.48 -
System Red Green Blue C M Y K H S L
Decimal 208 136 44 0 0.35 0.79 0.18 33.66 0.65 0.49
Hex D0 88 2C 0 23 4F 12 22 41 31
Octal 320 210 54 0 43 117 22 42 101 61
Binary 11010000 10001000 101100 0 100011 1001111 10010 100010 1000001 110001

Color Harmonies of #D0882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0882C

Black with #D0882C

Text Example


Text Example

White with #D0882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0882C; }

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

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

background-color css

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

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

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

border-color css

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

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

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