Html Css Color HEX #D18930 Dixie

📋 copy color: '#D18930'

red 209 ◦ green 137 ◦ blue 48

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

Shades of Dixie #D18930

Tints of Dixie #D18930

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.77%

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

R = 53.05%
G = 34.77%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D18930 (or 0xD18930) is known color: Dixie. HEX triplet: D1, 89 and 30. RGB value is (209,137,48). Sum of RGB (Red+Green+Blue) = 209+137+48=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D18930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18930 is #2E76CF. Grayscale: #949494. Windows color (decimal): -3045072 or 3181009. OLE color: 3181009.

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

Color convert

RGB 209 137 48 -
CMYK 0 0.34 0.77 0.18
HSL 33.17º 0.64% 0.5% -
HSV(B) 33.17º 0.77% 0.82% -
XYZ 35.77 31.66 7.02 -
YUV 148.38 71.35 171.24 -
System Red Green Blue C M Y K H S L
Decimal 209 137 48 0 0.34 0.77 0.18 33.17 0.64 0.5
Hex D1 89 30 0 22 4D 12 21 40 32
Octal 321 211 60 0 42 115 22 41 100 62
Binary 11010001 10001001 110000 0 100010 1001101 10010 100001 1000000 110010

Color Harmonies of #D18930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18930

Black with #D18930

Text Example


Text Example

White with #D18930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18930; }

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

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

background-color css

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

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

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

border-color css

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

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

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