Html Css Color HEX #D9822B Dixie

📋 copy color: '#D9822B'

red 217 ◦ green 130 ◦ blue 43

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

Shades of Dixie #D9822B

Tints of Dixie #D9822B

RGB

 RED value IS 217 (85.16% from 255) = 55.64%

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

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

R = 55.64%
G = 33.33%
B = 11.03%

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

#D9822B (or 0xD9822B) is known color: Dixie. HEX triplet: D9, 82 and 2B. RGB value is (217,130,43). Sum of RGB (Red+Green+Blue) = 217+130+43=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9822B is #267DD4. Grayscale: #929292. Windows color (decimal): -2522581 or 2851545. OLE color: 2851545.

HSL color Cylindrical-coordinate representation of color #D9822B: hue angle of 30º degrees, saturation: 0.7, 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 #D9822B is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 43 -
CMYK 0 0.40 0.80 0.15
HSL 30º 0.7% 0.51% -
HSV(B) 30º 0.8% 0.85% -
XYZ 37.03 30.89 6.3 -
YUV 146.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 217 130 43 0 0.40 0.80 0.15 30 0.7 0.51
Hex D9 82 2B 0 28 50 F 1E 46 33
Octal 331 202 53 0 50 120 17 36 106 63
Binary 11011001 10000010 101011 0 101000 1010000 1111 11110 1000110 110011

Color Harmonies of #D9822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9822B

Black with #D9822B

Text Example


Text Example

White with #D9822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9822B; }

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

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

background-color css

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

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

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

border-color css

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

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

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