Html Css Color HEX #D5822C Dixie

📋 copy color: '#D5822C'

red 213 ◦ green 130 ◦ blue 44

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

Shades of Dixie #D5822C

Tints of Dixie #D5822C

RGB

 RED value IS 213 (83.59% from 255) = 55.04%

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

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

R = 55.04%
G = 33.59%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5822C (or 0xD5822C) is known color: Dixie. HEX triplet: D5, 82 and 2C. RGB value is (213,130,44). Sum of RGB (Red+Green+Blue) = 213+130+44=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5822C is #2A7DD3. Grayscale: #919191. Windows color (decimal): -2784724 or 2917077. OLE color: 2917077.

HSL color Cylindrical-coordinate representation of color #D5822C: hue angle of 30.53º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5822C is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 44 -
CMYK 0 0.39 0.79 0.16
HSL 30.53º 0.67% 0.5% -
HSV(B) 30.53º 0.79% 0.84% -
XYZ 35.88 30.29 6.34 -
YUV 145.01 71 176.49 -
System Red Green Blue C M Y K H S L
Decimal 213 130 44 0 0.39 0.79 0.16 30.53 0.67 0.5
Hex D5 82 2C 0 27 4F 10 1F 43 32
Octal 325 202 54 0 47 117 20 37 103 62
Binary 11010101 10000010 101100 0 100111 1001111 10000 11111 1000011 110010

Color Harmonies of #D5822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5822C

Black with #D5822C

Text Example


Text Example

White with #D5822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5822C; }

 p { color: rgb(213,130,44); }

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

background-color css

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

 a { background-color: rgb(213,130,44); }

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

border-color css

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

 span { border-color: rgb(213,130,44); }

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