Html Css Color HEX #D18636 Dixie

📋 copy color: '#D18636'

red 209 ◦ green 134 ◦ blue 54

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

Shades of Dixie #D18636

Tints of Dixie #D18636

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.75%

 BLUE value IS 54 (21.48% from 255) = 13.6%

R = 52.64%
G = 33.75%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D18636 (or 0xD18636) is known color: Dixie. HEX triplet: D1, 86 and 36. RGB value is (209,134,54). Sum of RGB (Red+Green+Blue) = 209+134+54=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D18636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18636 is #2E79C9. Grayscale: #939393. Windows color (decimal): -3045834 or 3573457. OLE color: 3573457.

HSL color Cylindrical-coordinate representation of color #D18636: hue angle of 30.97º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D18636 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 134 54 -
CMYK 0 0.36 0.74 0.18
HSL 30.97º 0.63% 0.52% -
HSV(B) 30.97º 0.74% 0.82% -
XYZ 35.49 30.87 7.58 -
YUV 147.31 75.35 172 -
System Red Green Blue C M Y K H S L
Decimal 209 134 54 0 0.36 0.74 0.18 30.97 0.63 0.52
Hex D1 86 36 0 24 4A 12 1F 3F 34
Octal 321 206 66 0 44 112 22 37 77 64
Binary 11010001 10000110 110110 0 100100 1001010 10010 11111 111111 110100

Color Harmonies of #D18636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18636

Black with #D18636

Text Example


Text Example

White with #D18636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18636; }

 p { color: rgb(209,134,54); }

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

background-color css

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

 a { background-color: rgb(209,134,54); }

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

border-color css

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

 span { border-color: rgb(209,134,54); }

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