Html Css Color HEX #D8822B Dixie

📋 copy color: '#D8822B'

red 216 ◦ green 130 ◦ blue 43

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

Shades of Dixie #D8822B

Tints of Dixie #D8822B

RGB

 RED value IS 216 (84.77% from 255) = 55.53%

 GREEN value IS 130 (51.17% from 255) = 33.42%

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

R = 55.53%
G = 33.42%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8822B (or 0xD8822B) is known color: Dixie. HEX triplet: D8, 82 and 2B. RGB value is (216,130,43). Sum of RGB (Red+Green+Blue) = 216+130+43=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8822B is #277DD4. Grayscale: #929292. Windows color (decimal): -2588117 or 2851544. OLE color: 2851544.

HSL color Cylindrical-coordinate representation of color #D8822B: hue angle of 30.17º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8822B is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 43 -
CMYK 0 0.40 0.80 0.15
HSL 30.17º 0.69% 0.51% -
HSV(B) 30.17º 0.8% 0.85% -
XYZ 36.74 30.74 6.28 -
YUV 145.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 216 130 43 0 0.40 0.80 0.15 30.17 0.69 0.51
Hex D8 82 2B 0 28 50 F 1E 45 33
Octal 330 202 53 0 50 120 17 36 105 63
Binary 11011000 10000010 101011 0 101000 1010000 1111 11110 1000101 110011

Color Harmonies of #D8822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8822B

Black with #D8822B

Text Example


Text Example

White with #D8822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8822B; }

 p { color: rgb(216,130,43); }

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

background-color css

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

 a { background-color: rgb(216,130,43); }

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

border-color css

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

 span { border-color: rgb(216,130,43); }

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