Html Css Color HEX #DE842A Dixie

📋 copy color: '#DE842A'

red 222 ◦ green 132 ◦ blue 42

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

Shades of Dixie #DE842A

Tints of Dixie #DE842A

RGB

 RED value IS 222 (87.11% from 255) = 56.06%

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

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

R = 56.06%
G = 33.33%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE842A (or 0xDE842A) is known color: Dixie. HEX triplet: DE, 84 and 2A. RGB value is (222,132,42). Sum of RGB (Red+Green+Blue) = 222+132+42=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE842A is #217BD5. Grayscale: #959595. Windows color (decimal): -2194390 or 2786526. OLE color: 2786526.

HSL color Cylindrical-coordinate representation of color #DE842A: hue angle of 30º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE842A is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 132 42 -
CMYK 0 0.41 0.81 0.13
HSL 30º 0.73% 0.52% -
HSV(B) 30º 0.81% 0.87% -
XYZ 38.79 32.2 6.36 -
YUV 148.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 222 132 42 0 0.41 0.81 0.13 30 0.73 0.52
Hex DE 84 2A 0 29 51 D 1E 49 34
Octal 336 204 52 0 51 121 15 36 111 64
Binary 11011110 10000100 101010 0 101001 1010001 1101 11110 1001001 110100

Color Harmonies of #DE842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE842A

Black with #DE842A

Text Example


Text Example

White with #DE842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE842A; }

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

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

background-color css

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

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

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

border-color css

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

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

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