#dec68f

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

Shades of New Orleans #DEC68F

Tints of New Orleans #DEC68F

Color information

#DEC68F (or 0xDEC68F) is unknown color: approx New Orleans. HEX triplet: DE, C6 and 8F. RGB value is (222,198,143). Sum of RGB (Red+Green+Blue) = 222+198+143=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC68F is #213970. Grayscale: #C7C7C7. Windows color (decimal): -2177393 or 9422558. OLE color: 9422558.

HSL color Cylindrical-coordinate representation of color #DEC68F: hue angle of 41.77º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEC68F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB222198143-
CMYK00.110.360.13
HSL41.77º54.48%71.57%-
HSV(B)41.77º35.59%87.06%-
XYZ55.2857.934.25-
YUV198.9196.45144.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.43%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 143 (56.25% from 255) = 25.40%
R=39.43%
G=35.17%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219814300.110.360.1341.7754.4871.57
HexDEC68F0B24D2a3648
Octal33630621701344155266110
Binary1101111011000110100011110101110010011011010101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dec68f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dec68f; }

 p { color: rgb(222,198,143); }

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

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

 a { background-color: rgb(222,198,143); }

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

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

 span { border-color: rgb(222,198,143); }

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