Html Css Color HEX #D5852D Dixie

📋 copy color: '#D5852D'

red 213 ◦ green 133 ◦ blue 45

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

Shades of Dixie #D5852D

Tints of Dixie #D5852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

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

R = 54.48%
G = 34.02%
B = 11.51%

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

#D5852D (or 0xD5852D) is known color: Dixie. HEX triplet: D5, 85 and 2D. RGB value is (213,133,45). Sum of RGB (Red+Green+Blue) = 213+133+45=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5852D is #2A7AD2. Grayscale: #939393. Windows color (decimal): -2783955 or 2983381. OLE color: 2983381.

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

Color convert

RGB 213 133 45 -
CMYK 0 0.38 0.79 0.16
HSL 31.43º 0.67% 0.51% -
HSV(B) 31.43º 0.79% 0.84% -
XYZ 36.3 31.11 6.57 -
YUV 146.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 213 133 45 0 0.38 0.79 0.16 31.43 0.67 0.51
Hex D5 85 2D 0 26 4F 10 1F 43 33
Octal 325 205 55 0 46 117 20 37 103 63
Binary 11010101 10000101 101101 0 100110 1001111 10000 11111 1000011 110011

Color Harmonies of #D5852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5852D

Black with #D5852D

Text Example


Text Example

White with #D5852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5852D; }

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

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

background-color css

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

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

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

border-color css

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

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

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