Html Css Color HEX #D18423 Dixie

📋 copy color: '#D18423'

red 209 ◦ green 132 ◦ blue 35

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

Shades of Dixie #D18423

Tints of Dixie #D18423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.31%

R = 55.59%
G = 35.11%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D18423 (or 0xD18423) is known color: Dixie. HEX triplet: D1, 84 and 23. RGB value is (209,132,35). Sum of RGB (Red+Green+Blue) = 209+132+35=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D18423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18423 is #2E7BDC. Grayscale: #909090. Windows color (decimal): -3046365 or 2327761. OLE color: 2327761.

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

Color convert

RGB 209 132 35 -
CMYK 0 0.37 0.83 0.18
HSL 33.45º 0.71% 0.48% -
HSV(B) 33.45º 0.83% 0.82% -
XYZ 34.85 30.18 5.58 -
YUV 143.97 66.51 174.39 -
System Red Green Blue C M Y K H S L
Decimal 209 132 35 0 0.37 0.83 0.18 33.45 0.71 0.48
Hex D1 84 23 0 25 53 12 21 47 30
Octal 321 204 43 0 45 123 22 41 107 60
Binary 11010001 10000100 100011 0 100101 1010011 10010 100001 1000111 110000

Color Harmonies of #D18423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18423

Black with #D18423

Text Example


Text Example

White with #D18423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18423; }

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

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

background-color css

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

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

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

border-color css

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

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

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