Html Css Color HEX #D5892D Dixie

📋 copy color: '#D5892D'

red 213 ◦ green 137 ◦ blue 45

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

Shades of Dixie #D5892D

Tints of Dixie #D5892D

RGB

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

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

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

R = 53.92%
G = 34.68%
B = 11.39%

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

#D5892D (or 0xD5892D) is known color: Dixie. HEX triplet: D5, 89 and 2D. RGB value is (213,137,45). Sum of RGB (Red+Green+Blue) = 213+137+45=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5892D is #2A76D2. Grayscale: #959595. Windows color (decimal): -2782931 or 2984405. OLE color: 2984405.

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

Color convert

RGB 213 137 45 -
CMYK 0 0.36 0.79 0.16
HSL 32.86º 0.67% 0.51% -
HSV(B) 32.86º 0.79% 0.84% -
XYZ 36.86 32.23 6.76 -
YUV 149.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 213 137 45 0 0.36 0.79 0.16 32.86 0.67 0.51
Hex D5 89 2D 0 24 4F 10 21 43 33
Octal 325 211 55 0 44 117 20 41 103 63
Binary 11010101 10001001 101101 0 100100 1001111 10000 100001 1000011 110011

Color Harmonies of #D5892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5892D

Black with #D5892D

Text Example


Text Example

White with #D5892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5892D; }

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

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

background-color css

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

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

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

border-color css

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

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

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