Html Css Color HEX #DEC48D New Orleans

📋 copy color: '#DEC48D'

red 222 ◦ green 196 ◦ blue 141

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

Shades of New Orleans #DEC48D

Tints of New Orleans #DEC48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.22%

R = 39.71%
G = 35.06%
B = 25.22%

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

#DEC48D (or 0xDEC48D) is known color: New Orleans. HEX triplet: DE, C4 and 8D. RGB value is (222,196,141). Sum of RGB (Red+Green+Blue) = 222+196+141=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC48D is #213B72. Grayscale: #C5C5C5. Windows color (decimal): -2177907 or 9290974. OLE color: 9290974.

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

Color convert

RGB 222 196 141 -
CMYK 0 0.12 0.36 0.13
HSL 40.74º 0.55% 0.71% -
HSV(B) 40.74º 0.36% 0.87% -
XYZ 54.67 56.93 33.31 -
YUV 197.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 222 196 141 0 0.12 0.36 0.13 40.74 0.55 0.71
Hex DE C4 8D 0 C 24 D 29 37 47
Octal 336 304 215 0 14 44 15 51 67 107
Binary 11011110 11000100 10001101 0 1100 100100 1101 101001 110111 1000111

Color Harmonies of #DEC48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC48D

Black with #DEC48D

Text Example


Text Example

White with #DEC48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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