Html Css Color HEX #D18938 Dixie

📋 copy color: '#D18938'

red 209 ◦ green 137 ◦ blue 56

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

Shades of Dixie #D18938

Tints of Dixie #D18938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.93%

R = 51.99%
G = 34.08%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D18938 (or 0xD18938) is known color: Dixie. HEX triplet: D1, 89 and 38. RGB value is (209,137,56). Sum of RGB (Red+Green+Blue) = 209+137+56=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D18938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18938 is #2E76C7. Grayscale: #959595. Windows color (decimal): -3045064 or 3705297. OLE color: 3705297.

HSL color Cylindrical-coordinate representation of color #D18938: hue angle of 31.76º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D18938 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 137 56 -
CMYK 0 0.34 0.73 0.18
HSL 31.76º 0.62% 0.52% -
HSV(B) 31.76º 0.73% 0.82% -
XYZ 35.95 31.73 7.97 -
YUV 149.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 209 137 56 0 0.34 0.73 0.18 31.76 0.62 0.52
Hex D1 89 38 0 22 49 12 20 3E 34
Octal 321 211 70 0 42 111 22 40 76 64
Binary 11010001 10001001 111000 0 100010 1001001 10010 100000 111110 110100

Color Harmonies of #D18938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18938

Black with #D18938

Text Example


Text Example

White with #D18938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18938; }

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

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

background-color css

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

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

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

border-color css

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

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

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