Html Css Color HEX #D18728 Dixie

📋 copy color: '#D18728'

red 209 ◦ green 135 ◦ blue 40

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

Shades of Dixie #D18728

Tints of Dixie #D18728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 54.43%
G = 35.16%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D18728 (or 0xD18728) is known color: Dixie. HEX triplet: D1, 87 and 28. RGB value is (209,135,40). Sum of RGB (Red+Green+Blue) = 209+135+40=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D18728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18728 is #2E78D7. Grayscale: #929292. Windows color (decimal): -3045592 or 2656209. OLE color: 2656209.

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

Color convert

RGB 209 135 40 -
CMYK 0 0.35 0.81 0.18
HSL 33.73º 0.68% 0.49% -
HSV(B) 33.73º 0.81% 0.82% -
XYZ 35.34 31.04 6.14 -
YUV 146.3 68.02 172.72 -
System Red Green Blue C M Y K H S L
Decimal 209 135 40 0 0.35 0.81 0.18 33.73 0.68 0.49
Hex D1 87 28 0 23 51 12 22 44 31
Octal 321 207 50 0 43 121 22 42 104 61
Binary 11010001 10000111 101000 0 100011 1010001 10010 100010 1000100 110001

Color Harmonies of #D18728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18728

Black with #D18728

Text Example


Text Example

White with #D18728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18728; }

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

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

background-color css

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

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

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

border-color css

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

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

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