Html Css Color HEX #D18334 Dixie

📋 copy color: '#D18334'

red 209 ◦ green 131 ◦ blue 52

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

Shades of Dixie #D18334

Tints of Dixie #D18334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

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

R = 53.32%
G = 33.42%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D18334 (or 0xD18334) is known color: Dixie. HEX triplet: D1, 83 and 34. RGB value is (209,131,52). Sum of RGB (Red+Green+Blue) = 209+131+52=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D18334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18334 is #2E7CCB. Grayscale: #919191. Windows color (decimal): -3046604 or 3441617. OLE color: 3441617.

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

Color convert

RGB 209 131 52 -
CMYK 0 0.37 0.75 0.18
HSL 30.19º 0.63% 0.51% -
HSV(B) 30.19º 0.75% 0.82% -
XYZ 35.03 30.04 7.2 -
YUV 145.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 209 131 52 0 0.37 0.75 0.18 30.19 0.63 0.51
Hex D1 83 34 0 25 4B 12 1E 3F 33
Octal 321 203 64 0 45 113 22 36 77 63
Binary 11010001 10000011 110100 0 100101 1001011 10010 11110 111111 110011

Color Harmonies of #D18334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18334

Black with #D18334

Text Example


Text Example

White with #D18334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18334; }

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

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

background-color css

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

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

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

border-color css

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

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

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