#D48623

Color #D48623 Dixie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dixie #D48623

Tints of Dixie #D48623

Color information

#D48623 (or 0xD48623) is unknown color: approx Dixie. HEX triplet: D4, 86 and 23. RGB value is (212,134,35). Sum of RGB (Red+Green+Blue) = 212+134+35=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D48623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48623 is #2B79DC. Grayscale: #929292. Windows color (decimal): -2849245 or 2328276. OLE color: 2328276.

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

Color convert

RGB21213435-
CMYK00.370.830.17
HSL33.56º71.66%48.43%-
HSV(B)33.56º83.49%83.14%-
XYZ35.9831.175.71-
YUV146.0465.34175.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.64%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 35 (14.06% from 255) = 9.19%
R=55.64%
G=35.17%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121343500.370.830.1733.5671.6648.43
HexD486230255311224830
Octal32420643045123214211060
Binary110101001000011010001101001011010011100011000101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48623; }

 p { color: rgb(212,134,35); }

 H1.HeaderClassName
 {
   color: #D48623;
 }
 .AnyTagClassName
 {
   color: #D48623;
 }
</style>
background-color css

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

 a { background-color: rgb(212,134,35); }

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

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

 span { border-color: rgb(212,134,35); }

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