Html Css Color HEX #D5822D Dixie

📋 copy color: '#D5822D'

red 213 ◦ green 130 ◦ blue 45

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

Shades of Dixie #D5822D

Tints of Dixie #D5822D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.6%

R = 54.9%
G = 33.51%
B = 11.6%

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

#D5822D (or 0xD5822D) is known color: Dixie. HEX triplet: D5, 82 and 2D. RGB value is (213,130,45). Sum of RGB (Red+Green+Blue) = 213+130+45=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5822D is #2A7DD2. Grayscale: #919191. Windows color (decimal): -2784723 or 2982613. OLE color: 2982613.

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

Color convert

RGB 213 130 45 -
CMYK 0 0.39 0.79 0.16
HSL 30.36º 0.67% 0.51% -
HSV(B) 30.36º 0.79% 0.84% -
XYZ 35.9 30.3 6.44 -
YUV 145.13 71.5 176.41 -
System Red Green Blue C M Y K H S L
Decimal 213 130 45 0 0.39 0.79 0.16 30.36 0.67 0.51
Hex D5 82 2D 0 27 4F 10 1E 43 33
Octal 325 202 55 0 47 117 20 36 103 63
Binary 11010101 10000010 101101 0 100111 1001111 10000 11110 1000011 110011

Color Harmonies of #D5822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5822D

Black with #D5822D

Text Example


Text Example

White with #D5822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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