Html Css Color HEX #D18735 Dixie

📋 copy color: '#D18735'

red 209 ◦ green 135 ◦ blue 53

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

Shades of Dixie #D18735

Tints of Dixie #D18735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.35%

R = 52.64%
G = 34.01%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D18735 (or 0xD18735) is known color: Dixie. HEX triplet: D1, 87 and 35. RGB value is (209,135,53). Sum of RGB (Red+Green+Blue) = 209+135+53=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D18735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18735 is #2E78CA. Grayscale: #949494. Windows color (decimal): -3045579 or 3508177. OLE color: 3508177.

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

Color convert

RGB 209 135 53 -
CMYK 0 0.35 0.75 0.18
HSL 31.54º 0.63% 0.51% -
HSV(B) 31.54º 0.75% 0.82% -
XYZ 35.6 31.14 7.5 -
YUV 147.78 74.52 171.67 -
System Red Green Blue C M Y K H S L
Decimal 209 135 53 0 0.35 0.75 0.18 31.54 0.63 0.51
Hex D1 87 35 0 23 4B 12 20 3F 33
Octal 321 207 65 0 43 113 22 40 77 63
Binary 11010001 10000111 110101 0 100011 1001011 10010 100000 111111 110011

Color Harmonies of #D18735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18735

Black with #D18735

Text Example


Text Example

White with #D18735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18735; }

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

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

background-color css

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

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

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

border-color css

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

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

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