Html Css Color HEX #D18523 Dixie

📋 copy color: '#D18523'

red 209 ◦ green 133 ◦ blue 35

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

Shades of Dixie #D18523

Tints of Dixie #D18523

RGB

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

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

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

R = 55.44%
G = 35.28%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D18523 (or 0xD18523) is known color: Dixie. HEX triplet: D1, 85 and 23. RGB value is (209,133,35). Sum of RGB (Red+Green+Blue) = 209+133+35=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D18523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18523 is #2E7ADC. Grayscale: #919191. Windows color (decimal): -3046109 or 2328017. OLE color: 2328017.

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

Color convert

RGB 209 133 35 -
CMYK 0 0.36 0.83 0.18
HSL 33.79º 0.71% 0.48% -
HSV(B) 33.79º 0.83% 0.82% -
XYZ 34.99 30.45 5.62 -
YUV 144.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 209 133 35 0 0.36 0.83 0.18 33.79 0.71 0.48
Hex D1 85 23 0 24 53 12 22 47 30
Octal 321 205 43 0 44 123 22 42 107 60
Binary 11010001 10000101 100011 0 100100 1010011 10010 100010 1000111 110000

Color Harmonies of #D18523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18523

Black with #D18523

Text Example


Text Example

White with #D18523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18523; }

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

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

background-color css

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

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

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

border-color css

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

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

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