Html Css Color HEX #D18722 Dixie

📋 copy color: '#D18722'

red 209 ◦ green 135 ◦ blue 34

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

Shades of Dixie #D18722

Tints of Dixie #D18722

RGB

 RED value IS 209 (82.03% from 255) = 55.29%

 GREEN value IS 135 (53.13% from 255) = 35.71%

 BLUE value IS 34 (13.67% from 255) = 8.99%

R = 55.29%
G = 35.71%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D18722 (or 0xD18722) is known color: Dixie. HEX triplet: D1, 87 and 22. RGB value is (209,135,34). Sum of RGB (Red+Green+Blue) = 209+135+34=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D18722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18722 is #2E78DD. Grayscale: #929292. Windows color (decimal): -3045598 or 2262993. OLE color: 2262993.

HSL color Cylindrical-coordinate representation of color #D18722: hue angle of 34.63º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D18722 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 135 34 -
CMYK 0 0.35 0.84 0.18
HSL 34.63º 0.72% 0.48% -
HSV(B) 34.63º 0.84% 0.82% -
XYZ 35.25 31 5.64 -
YUV 145.61 65.02 173.21 -
System Red Green Blue C M Y K H S L
Decimal 209 135 34 0 0.35 0.84 0.18 34.63 0.72 0.48
Hex D1 87 22 0 23 54 12 23 48 30
Octal 321 207 42 0 43 124 22 43 110 60
Binary 11010001 10000111 100010 0 100011 1010100 10010 100011 1001000 110000

Color Harmonies of #D18722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18722

Black with #D18722

Text Example


Text Example

White with #D18722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18722; }

 p { color: rgb(209,135,34); }

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

background-color css

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

 a { background-color: rgb(209,135,34); }

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

border-color css

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

 span { border-color: rgb(209,135,34); }

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