Html Css Color HEX #D5832D Dixie

📋 copy color: '#D5832D'

red 213 ◦ green 131 ◦ blue 45

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

Shades of Dixie #D5832D

Tints of Dixie #D5832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 54.76%
G = 33.68%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5832D (or 0xD5832D) is known color: Dixie. HEX triplet: D5, 83 and 2D. RGB value is (213,131,45). Sum of RGB (Red+Green+Blue) = 213+131+45=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5832D is #2A7CD2. Grayscale: #929292. Windows color (decimal): -2784467 or 2982869. OLE color: 2982869.

HSL color Cylindrical-coordinate representation of color #D5832D: hue angle of 30.71º 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 #D5832D is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 45 -
CMYK 0 0.38 0.79 0.16
HSL 30.71º 0.67% 0.51% -
HSV(B) 30.71º 0.79% 0.84% -
XYZ 36.03 30.57 6.48 -
YUV 145.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 213 131 45 0 0.38 0.79 0.16 30.71 0.67 0.51
Hex D5 83 2D 0 26 4F 10 1F 43 33
Octal 325 203 55 0 46 117 20 37 103 63
Binary 11010101 10000011 101101 0 100110 1001111 10000 11111 1000011 110011

Color Harmonies of #D5832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5832D

Black with #D5832D

Text Example


Text Example

White with #D5832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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