Html Css Color HEX #D18028 Dixie

📋 copy color: '#D18028'

red 209 ◦ green 128 ◦ blue 40

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

Shades of Dixie #D18028

Tints of Dixie #D18028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

 BLUE value IS 40 (16.02% from 255) = 10.61%

R = 55.44%
G = 33.95%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D18028 (or 0xD18028) is known color: Dixie. HEX triplet: D1, 80 and 28. RGB value is (209,128,40). Sum of RGB (Red+Green+Blue) = 209+128+40=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D18028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18028 is #2E7FD7. Grayscale: #8E8E8E. Windows color (decimal): -3047384 or 2654417. OLE color: 2654417.

HSL color Cylindrical-coordinate representation of color #D18028: hue angle of 31.24º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D18028 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 128 40 -
CMYK 0 0.39 0.81 0.18
HSL 31.24º 0.68% 0.49% -
HSV(B) 31.24º 0.81% 0.82% -
XYZ 34.4 29.15 5.82 -
YUV 142.19 70.34 175.66 -
System Red Green Blue C M Y K H S L
Decimal 209 128 40 0 0.39 0.81 0.18 31.24 0.68 0.49
Hex D1 80 28 0 27 51 12 1F 44 31
Octal 321 200 50 0 47 121 22 37 104 61
Binary 11010001 10000000 101000 0 100111 1010001 10010 11111 1000100 110001

Color Harmonies of #D18028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18028

Black with #D18028

Text Example


Text Example

White with #D18028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18028; }

 p { color: rgb(209,128,40); }

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

background-color css

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

 a { background-color: rgb(209,128,40); }

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

border-color css

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

 span { border-color: rgb(209,128,40); }

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