Html Css Color HEX #D18834 Dixie

📋 copy color: '#D18834'

red 209 ◦ green 136 ◦ blue 52

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

Shades of Dixie #D18834

Tints of Dixie #D18834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.26%

 BLUE value IS 52 (20.7% from 255) = 13.1%

R = 52.64%
G = 34.26%
B = 13.1%

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

#D18834 (or 0xD18834) is known color: Dixie. HEX triplet: D1, 88 and 34. RGB value is (209,136,52). Sum of RGB (Red+Green+Blue) = 209+136+52=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D18834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18834 is #2E77CB. Grayscale: #949494. Windows color (decimal): -3045324 or 3442897. OLE color: 3442897.

HSL color Cylindrical-coordinate representation of color #D18834: hue angle of 32.1º 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 #D18834 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 136 52 -
CMYK 0 0.35 0.75 0.18
HSL 32.1º 0.63% 0.51% -
HSV(B) 32.1º 0.75% 0.82% -
XYZ 35.72 31.41 7.43 -
YUV 148.25 73.68 171.33 -
System Red Green Blue C M Y K H S L
Decimal 209 136 52 0 0.35 0.75 0.18 32.1 0.63 0.51
Hex D1 88 34 0 23 4B 12 20 3F 33
Octal 321 210 64 0 43 113 22 40 77 63
Binary 11010001 10001000 110100 0 100011 1001011 10010 100000 111111 110011

Color Harmonies of #D18834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18834

Black with #D18834

Text Example


Text Example

White with #D18834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18834; }

 p { color: rgb(209,136,52); }

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

background-color css

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

 a { background-color: rgb(209,136,52); }

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

border-color css

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

 span { border-color: rgb(209,136,52); }

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