Html Css Color HEX #D18330 Dixie

📋 copy color: '#D18330'

red 209 ◦ green 131 ◦ blue 48

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

Shades of Dixie #D18330

Tints of Dixie #D18330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.37%

R = 53.87%
G = 33.76%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D18330 (or 0xD18330) is known color: Dixie. HEX triplet: D1, 83 and 30. RGB value is (209,131,48). Sum of RGB (Red+Green+Blue) = 209+131+48=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D18330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18330 is #2E7CCF. Grayscale: #919191. Windows color (decimal): -3046608 or 3179473. OLE color: 3179473.

HSL color Cylindrical-coordinate representation of color #D18330: hue angle of 30.93º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D18330 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 48 -
CMYK 0 0.37 0.77 0.18
HSL 30.93º 0.64% 0.5% -
HSV(B) 30.93º 0.77% 0.82% -
XYZ 34.94 30 6.75 -
YUV 144.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 209 131 48 0 0.37 0.77 0.18 30.93 0.64 0.5
Hex D1 83 30 0 25 4D 12 1F 40 32
Octal 321 203 60 0 45 115 22 37 100 62
Binary 11010001 10000011 110000 0 100101 1001101 10010 11111 1000000 110010

Color Harmonies of #D18330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18330

Black with #D18330

Text Example


Text Example

White with #D18330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18330; }

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

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

background-color css

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

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

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

border-color css

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

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

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