Html Css Color HEX #DEC38E New Orleans

📋 copy color: '#DEC38E'

red 222 ◦ green 195 ◦ blue 142

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

Shades of New Orleans #DEC38E

Tints of New Orleans #DEC38E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.88%

 BLUE value IS 142 (55.86% from 255) = 25.4%

R = 39.71%
G = 34.88%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DEC38E (or 0xDEC38E) is known color: New Orleans. HEX triplet: DE, C3 and 8E. RGB value is (222,195,142). Sum of RGB (Red+Green+Blue) = 222+195+142=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC38E is #213C71. Grayscale: #C5C5C5. Windows color (decimal): -2178162 or 9356254. OLE color: 9356254.

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

Color convert

RGB 222 195 142 -
CMYK 0 0.12 0.36 0.13
HSL 39.75º 0.55% 0.71% -
HSV(B) 39.75º 0.36% 0.87% -
XYZ 54.52 56.51 33.63 -
YUV 197.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 222 195 142 0 0.12 0.36 0.13 39.75 0.55 0.71
Hex DE C3 8E 0 C 24 D 28 37 47
Octal 336 303 216 0 14 44 15 50 67 107
Binary 11011110 11000011 10001110 0 1100 100100 1101 101000 110111 1000111

Color Harmonies of #DEC38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC38E

Black with #DEC38E

Text Example


Text Example

White with #DEC38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC38E; }

 p { color: rgb(222,195,142); }

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

background-color css

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

 a { background-color: rgb(222,195,142); }

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

border-color css

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

 span { border-color: rgb(222,195,142); }

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