Html Css Color HEX #DEC18F New Orleans

📋 copy color: '#DEC18F'

red 222 ◦ green 193 ◦ blue 143

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

Shades of New Orleans #DEC18F

Tints of New Orleans #DEC18F

RGB

 RED value IS 222 (87.11% from 255) = 39.78%

 GREEN value IS 193 (75.78% from 255) = 34.59%

 BLUE value IS 143 (56.25% from 255) = 25.63%

R = 39.78%
G = 34.59%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DEC18F (or 0xDEC18F) is known color: New Orleans. HEX triplet: DE, C1 and 8F. RGB value is (222,193,143). Sum of RGB (Red+Green+Blue) = 222+193+143=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC18F is #213E70. Grayscale: #C4C4C4. Windows color (decimal): -2178673 or 9421278. OLE color: 9421278.

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

Color convert

RGB 222 193 143 -
CMYK 0 0.13 0.36 0.13
HSL 37.97º 0.54% 0.72% -
HSV(B) 37.97º 0.36% 0.87% -
XYZ 54.15 55.65 33.87 -
YUV 195.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 222 193 143 0 0.13 0.36 0.13 37.97 0.54 0.72
Hex DE C1 8F 0 D 24 D 26 36 48
Octal 336 301 217 0 15 44 15 46 66 110
Binary 11011110 11000001 10001111 0 1101 100100 1101 100110 110110 1001000

Color Harmonies of #DEC18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC18F

Black with #DEC18F

Text Example


Text Example

White with #DEC18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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