#DFC08B

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

Shades of New Orleans #DFC08B

Tints of New Orleans #DFC08B

Color information

#DFC08B (or 0xDFC08B) is unknown color: approx New Orleans. HEX triplet: DF, C0 and 8B. RGB value is (223,192,139). Sum of RGB (Red+Green+Blue) = 223+192+139=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC08B is #203F74. Grayscale: #C3C3C3. Windows color (decimal): -2113397 or 9158879. OLE color: 9158879.

HSL color Cylindrical-coordinate representation of color #DFC08B: hue angle of 37.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFC08B is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB223192139-
CMYK00.140.380.13
HSL37.86º56.76%70.98%-
HSV(B)37.86º37.67%87.45%-
XYZ53.9455.2532.25-
YUV195.2396.27147.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 139 (54.69% from 255) = 25.09%
R=40.25%
G=34.66%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319213900.140.380.1337.8656.7670.98
HexDFC08B0E26D263947
Octal33730021301646154671107
Binary1101111111000000100010110111010011011011001101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC08B; }

 p { color: rgb(223,192,139); }

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

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

 a { background-color: rgb(223,192,139); }

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

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

 span { border-color: rgb(223,192,139); }

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