Html Css Color HEX #D0882B Dixie

📋 copy color: '#D0882B'

red 208 ◦ green 136 ◦ blue 43

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

Shades of Dixie #D0882B

Tints of Dixie #D0882B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.11%

R = 53.75%
G = 35.14%
B = 11.11%

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

#D0882B (or 0xD0882B) is known color: Dixie. HEX triplet: D0, 88 and 2B. RGB value is (208,136,43). Sum of RGB (Red+Green+Blue) = 208+136+43=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0882B is #2F77D4. Grayscale: #939393. Windows color (decimal): -3110869 or 2853072. OLE color: 2853072.

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

Color convert

RGB 208 136 43 -
CMYK 0 0.35 0.79 0.18
HSL 33.82º 0.66% 0.49% -
HSV(B) 33.82º 0.79% 0.82% -
XYZ 35.25 31.19 6.45 -
YUV 146.93 69.35 171.56 -
System Red Green Blue C M Y K H S L
Decimal 208 136 43 0 0.35 0.79 0.18 33.82 0.66 0.49
Hex D0 88 2B 0 23 4F 12 22 42 31
Octal 320 210 53 0 43 117 22 42 102 61
Binary 11010000 10001000 101011 0 100011 1001111 10010 100010 1000010 110001

Color Harmonies of #D0882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0882B

Black with #D0882B

Text Example


Text Example

White with #D0882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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