Html Css Color HEX #D18530 Dixie

📋 copy color: '#D18530'

red 209 ◦ green 133 ◦ blue 48

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

Shades of Dixie #D18530

Tints of Dixie #D18530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

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

R = 53.59%
G = 34.1%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D18530 (or 0xD18530) is known color: Dixie. HEX triplet: D1, 85 and 30. RGB value is (209,133,48). Sum of RGB (Red+Green+Blue) = 209+133+48=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D18530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18530 is #2E7ACF. Grayscale: #929292. Windows color (decimal): -3046096 or 3179985. OLE color: 3179985.

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

Color convert

RGB 209 133 48 -
CMYK 0 0.36 0.77 0.18
HSL 31.68º 0.64% 0.5% -
HSV(B) 31.68º 0.77% 0.82% -
XYZ 35.22 30.54 6.84 -
YUV 146.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 209 133 48 0 0.36 0.77 0.18 31.68 0.64 0.5
Hex D1 85 30 0 24 4D 12 20 40 32
Octal 321 205 60 0 44 115 22 40 100 62
Binary 11010001 10000101 110000 0 100100 1001101 10010 100000 1000000 110010

Color Harmonies of #D18530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18530

Black with #D18530

Text Example


Text Example

White with #D18530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18530; }

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

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

background-color css

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

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

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

border-color css

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

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

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