Html Css Color HEX #DEC690 New Orleans

📋 copy color: '#DEC690'

red 222 ◦ green 198 ◦ blue 144

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

Shades of New Orleans #DEC690

Tints of New Orleans #DEC690

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.11%

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

R = 39.36%
G = 35.11%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DEC690 (or 0xDEC690) is known color: New Orleans. HEX triplet: DE, C6 and 90. RGB value is (222,198,144). Sum of RGB (Red+Green+Blue) = 222+198+144=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC690 is #21396F. Grayscale: #C7C7C7. Windows color (decimal): -2177392 or 9488094. OLE color: 9488094.

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

Color convert

RGB 222 198 144 -
CMYK 0 0.11 0.35 0.13
HSL 41.54º 0.54% 0.72% -
HSV(B) 41.54º 0.35% 0.87% -
XYZ 55.35 57.93 34.65 -
YUV 199.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 222 198 144 0 0.11 0.35 0.13 41.54 0.54 0.72
Hex DE C6 90 0 B 23 D 2A 36 48
Octal 336 306 220 0 13 43 15 52 66 110
Binary 11011110 11000110 10010000 0 1011 100011 1101 101010 110110 1001000

Color Harmonies of #DEC690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC690

Black with #DEC690

Text Example


Text Example

White with #DEC690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC690; }

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

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

background-color css

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

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

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

border-color css

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

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

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