Html Css Color HEX #DEC18D New Orleans

📋 copy color: '#DEC18D'

red 222 ◦ green 193 ◦ blue 141

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

Shades of New Orleans #DEC18D

Tints of New Orleans #DEC18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.71%

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

R = 39.93%
G = 34.71%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DEC18D (or 0xDEC18D) is known color: New Orleans. HEX triplet: DE, C1 and 8D. RGB value is (222,193,141). Sum of RGB (Red+Green+Blue) = 222+193+141=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC18D is #213E72. Grayscale: #C3C3C3. Windows color (decimal): -2178675 or 9290206. OLE color: 9290206.

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

Color convert

RGB 222 193 141 -
CMYK 0 0.13 0.36 0.13
HSL 38.52º 0.55% 0.71% -
HSV(B) 38.52º 0.36% 0.87% -
XYZ 54 55.59 33.08 -
YUV 195.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 222 193 141 0 0.13 0.36 0.13 38.52 0.55 0.71
Hex DE C1 8D 0 D 24 D 27 37 47
Octal 336 301 215 0 15 44 15 47 67 107
Binary 11011110 11000001 10001101 0 1101 100100 1101 100111 110111 1000111

Color Harmonies of #DEC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC18D

Black with #DEC18D

Text Example


Text Example

White with #DEC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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