Html Css Color HEX #DEC08C New Orleans

📋 copy color: '#DEC08C'

red 222 ◦ green 192 ◦ blue 140

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

Shades of New Orleans #DEC08C

Tints of New Orleans #DEC08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.66%

 BLUE value IS 140 (55.08% from 255) = 25.27%

R = 40.07%
G = 34.66%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DEC08C (or 0xDEC08C) is known color: New Orleans. HEX triplet: DE, C0 and 8C. RGB value is (222,192,140). Sum of RGB (Red+Green+Blue) = 222+192+140=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC08C is #213F73. Grayscale: #C3C3C3. Windows color (decimal): -2178932 or 9224414. OLE color: 9224414.

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

Color convert

RGB 222 192 140 -
CMYK 0 0.14 0.37 0.13
HSL 38.05º 0.55% 0.71% -
HSV(B) 38.05º 0.37% 0.87% -
XYZ 53.71 55.12 32.62 -
YUV 195.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 222 192 140 0 0.14 0.37 0.13 38.05 0.55 0.71
Hex DE C0 8C 0 E 25 D 26 37 47
Octal 336 300 214 0 16 45 15 46 67 107
Binary 11011110 11000000 10001100 0 1110 100101 1101 100110 110111 1000111

Color Harmonies of #DEC08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC08C

Black with #DEC08C

Text Example


Text Example

White with #DEC08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC08C; }

 p { color: rgb(222,192,140); }

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

background-color css

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

 a { background-color: rgb(222,192,140); }

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

border-color css

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

 span { border-color: rgb(222,192,140); }

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