Html Css Color HEX #DEC28C New Orleans

📋 copy color: '#DEC28C'

red 222 ◦ green 194 ◦ blue 140

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

Shades of New Orleans #DEC28C

Tints of New Orleans #DEC28C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.89%

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

R = 39.93%
G = 34.89%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DEC28C (or 0xDEC28C) is known color: New Orleans. HEX triplet: DE, C2 and 8C. RGB value is (222,194,140). Sum of RGB (Red+Green+Blue) = 222+194+140=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC28C is #213D73. Grayscale: #C4C4C4. Windows color (decimal): -2178420 or 9224926. OLE color: 9224926.

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

Color convert

RGB 222 194 140 -
CMYK 0 0.13 0.37 0.13
HSL 39.51º 0.55% 0.71% -
HSV(B) 39.51º 0.37% 0.87% -
XYZ 54.15 56.01 32.77 -
YUV 196.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 222 194 140 0 0.13 0.37 0.13 39.51 0.55 0.71
Hex DE C2 8C 0 D 25 D 28 37 47
Octal 336 302 214 0 15 45 15 50 67 107
Binary 11011110 11000010 10001100 0 1101 100101 1101 101000 110111 1000111

Color Harmonies of #DEC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC28C

Black with #DEC28C

Text Example


Text Example

White with #DEC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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