Html Css Color HEX #D5882D Dixie

📋 copy color: '#D5882D'

red 213 ◦ green 136 ◦ blue 45

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

Shades of Dixie #D5882D

Tints of Dixie #D5882D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

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

R = 54.06%
G = 34.52%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5882D (or 0xD5882D) is known color: Dixie. HEX triplet: D5, 88 and 2D. RGB value is (213,136,45). Sum of RGB (Red+Green+Blue) = 213+136+45=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5882D is #2A77D2. Grayscale: #959595. Windows color (decimal): -2783187 or 2984149. OLE color: 2984149.

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

Color convert

RGB 213 136 45 -
CMYK 0 0.36 0.79 0.16
HSL 32.5º 0.67% 0.51% -
HSV(B) 32.5º 0.79% 0.84% -
XYZ 36.72 31.94 6.71 -
YUV 148.65 69.51 173.9 -
System Red Green Blue C M Y K H S L
Decimal 213 136 45 0 0.36 0.79 0.16 32.5 0.67 0.51
Hex D5 88 2D 0 24 4F 10 20 43 33
Octal 325 210 55 0 44 117 20 40 103 63
Binary 11010101 10001000 101101 0 100100 1001111 10000 100000 1000011 110011

Color Harmonies of #D5882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5882D

Black with #D5882D

Text Example


Text Example

White with #D5882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5882D; }

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

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

background-color css

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

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

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

border-color css

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

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

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