Html Css Color HEX #D5842A Dixie

📋 copy color: '#D5842A'

red 213 ◦ green 132 ◦ blue 42

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

Shades of Dixie #D5842A

Tints of Dixie #D5842A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 42 (16.8% from 255) = 10.85%

R = 55.04%
G = 34.11%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5842A (or 0xD5842A) is known color: Dixie. HEX triplet: D5, 84 and 2A. RGB value is (213,132,42). Sum of RGB (Red+Green+Blue) = 213+132+42=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5842A is #2A7BD5. Grayscale: #929292. Windows color (decimal): -2784214 or 2786517. OLE color: 2786517.

HSL color Cylindrical-coordinate representation of color #D5842A: hue angle of 31.58º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5842A is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 132 42 -
CMYK 0 0.38 0.80 0.16
HSL 31.58º 0.67% 0.5% -
HSV(B) 31.58º 0.8% 0.84% -
XYZ 36.11 30.82 6.24 -
YUV 145.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 213 132 42 0 0.38 0.80 0.16 31.58 0.67 0.5
Hex D5 84 2A 0 26 50 10 20 43 32
Octal 325 204 52 0 46 120 20 40 103 62
Binary 11010101 10000100 101010 0 100110 1010000 10000 100000 1000011 110010

Color Harmonies of #D5842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5842A

Black with #D5842A

Text Example


Text Example

White with #D5842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5842A; }

 p { color: rgb(213,132,42); }

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

background-color css

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

 a { background-color: rgb(213,132,42); }

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

border-color css

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

 span { border-color: rgb(213,132,42); }

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