Html Css Color HEX #D18430 Dixie

📋 copy color: '#D18430'

red 209 ◦ green 132 ◦ blue 48

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

Shades of Dixie #D18430

Tints of Dixie #D18430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.93%

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

R = 53.73%
G = 33.93%
B = 12.34%

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

#D18430 (or 0xD18430) is known color: Dixie. HEX triplet: D1, 84 and 30. RGB value is (209,132,48). Sum of RGB (Red+Green+Blue) = 209+132+48=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D18430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18430 is #2E7BCF. Grayscale: #919191. Windows color (decimal): -3046352 or 3179729. OLE color: 3179729.

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

Color convert

RGB 209 132 48 -
CMYK 0 0.37 0.77 0.18
HSL 31.3º 0.64% 0.5% -
HSV(B) 31.3º 0.77% 0.82% -
XYZ 35.08 30.27 6.79 -
YUV 145.45 73.01 173.33 -
System Red Green Blue C M Y K H S L
Decimal 209 132 48 0 0.37 0.77 0.18 31.3 0.64 0.5
Hex D1 84 30 0 25 4D 12 1F 40 32
Octal 321 204 60 0 45 115 22 37 100 62
Binary 11010001 10000100 110000 0 100101 1001101 10010 11111 1000000 110010

Color Harmonies of #D18430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18430

Black with #D18430

Text Example


Text Example

White with #D18430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18430; }

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

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

background-color css

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

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

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

border-color css

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

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

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