Html Css Color HEX #D5892F Dixie

📋 copy color: '#D5892F'

red 213 ◦ green 137 ◦ blue 47

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

Shades of Dixie #D5892F

Tints of Dixie #D5892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

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

R = 53.65%
G = 34.51%
B = 11.84%

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

#D5892F (or 0xD5892F) is known color: Dixie. HEX triplet: D5, 89 and 2F. RGB value is (213,137,47). Sum of RGB (Red+Green+Blue) = 213+137+47=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D5892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5892F is #2A76D0. Grayscale: #959595. Windows color (decimal): -2782929 or 3115477. OLE color: 3115477.

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

Color convert

RGB 213 137 47 -
CMYK 0 0.36 0.78 0.16
HSL 32.53º 0.66% 0.51% -
HSV(B) 32.53º 0.78% 0.84% -
XYZ 36.9 32.24 6.97 -
YUV 149.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 213 137 47 0 0.36 0.78 0.16 32.53 0.66 0.51
Hex D5 89 2F 0 24 4E 10 21 42 33
Octal 325 211 57 0 44 116 20 41 102 63
Binary 11010101 10001001 101111 0 100100 1001110 10000 100001 1000010 110011

Color Harmonies of #D5892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5892F

Black with #D5892F

Text Example


Text Example

White with #D5892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5892F; }

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

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

background-color css

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

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

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

border-color css

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

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

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