Html Css Color HEX #DEC490 New Orleans

📋 copy color: '#DEC490'

red 222 ◦ green 196 ◦ blue 144

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

Shades of New Orleans #DEC490

Tints of New Orleans #DEC490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.62%

R = 39.5%
G = 34.88%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DEC490 (or 0xDEC490) is known color: New Orleans. HEX triplet: DE, C4 and 90. RGB value is (222,196,144). Sum of RGB (Red+Green+Blue) = 222+196+144=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC490 is #213B6F. Grayscale: #C6C6C6. Windows color (decimal): -2177904 or 9487582. OLE color: 9487582.

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

Color convert

RGB 222 196 144 -
CMYK 0 0.12 0.35 0.13
HSL 40º 0.54% 0.72% -
HSV(B) 40º 0.35% 0.87% -
XYZ 54.9 57.02 34.5 -
YUV 197.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 222 196 144 0 0.12 0.35 0.13 40 0.54 0.72
Hex DE C4 90 0 C 23 D 28 36 48
Octal 336 304 220 0 14 43 15 50 66 110
Binary 11011110 11000100 10010000 0 1100 100011 1101 101000 110110 1001000

Color Harmonies of #DEC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC490

Black with #DEC490

Text Example


Text Example

White with #DEC490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC490; }

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

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

background-color css

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

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

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

border-color css

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

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

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