Html Css Color HEX #D5882F Dixie

📋 copy color: '#D5882F'

red 213 ◦ green 136 ◦ blue 47

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

Shades of Dixie #D5882F

Tints of Dixie #D5882F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.87%

R = 53.79%
G = 34.34%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5882F (or 0xD5882F) is known color: Dixie. HEX triplet: D5, 88 and 2F. RGB value is (213,136,47). Sum of RGB (Red+Green+Blue) = 213+136+47=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5882F is #2A77D0. Grayscale: #959595. Windows color (decimal): -2783185 or 3115221. OLE color: 3115221.

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

Color convert

RGB 213 136 47 -
CMYK 0 0.36 0.78 0.16
HSL 32.17º 0.66% 0.51% -
HSV(B) 32.17º 0.78% 0.84% -
XYZ 36.76 31.96 6.92 -
YUV 148.88 70.51 173.74 -
System Red Green Blue C M Y K H S L
Decimal 213 136 47 0 0.36 0.78 0.16 32.17 0.66 0.51
Hex D5 88 2F 0 24 4E 10 20 42 33
Octal 325 210 57 0 44 116 20 40 102 63
Binary 11010101 10001000 101111 0 100100 1001110 10000 100000 1000010 110011

Color Harmonies of #D5882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5882F

Black with #D5882F

Text Example


Text Example

White with #D5882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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