Html Css Color HEX #DEC48E New Orleans

📋 copy color: '#DEC48E'

red 222 ◦ green 196 ◦ blue 142

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

Shades of New Orleans #DEC48E

Tints of New Orleans #DEC48E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35%

 BLUE value IS 142 (55.86% from 255) = 25.36%

R = 39.64%
G = 35%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DEC48E (or 0xDEC48E) is known color: New Orleans. HEX triplet: DE, C4 and 8E. RGB value is (222,196,142). Sum of RGB (Red+Green+Blue) = 222+196+142=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC48E is #213B71. Grayscale: #C5C5C5. Windows color (decimal): -2177906 or 9356510. OLE color: 9356510.

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

Color convert

RGB 222 196 142 -
CMYK 0 0.12 0.36 0.13
HSL 40.5º 0.55% 0.71% -
HSV(B) 40.5º 0.36% 0.87% -
XYZ 54.75 56.96 33.7 -
YUV 197.62 96.61 145.39 -
System Red Green Blue C M Y K H S L
Decimal 222 196 142 0 0.12 0.36 0.13 40.5 0.55 0.71
Hex DE C4 8E 0 C 24 D 28 37 47
Octal 336 304 216 0 14 44 15 50 67 107
Binary 11011110 11000100 10001110 0 1100 100100 1101 101000 110111 1000111

Color Harmonies of #DEC48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC48E

Black with #DEC48E

Text Example


Text Example

White with #DEC48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC48E; }

 p { color: rgb(222,196,142); }

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

background-color css

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

 a { background-color: rgb(222,196,142); }

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

border-color css

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

 span { border-color: rgb(222,196,142); }

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