Html Css Color HEX #DEC28D New Orleans

📋 copy color: '#DEC28D'

red 222 ◦ green 194 ◦ blue 141

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

Shades of New Orleans #DEC28D

Tints of New Orleans #DEC28D

RGB

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

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

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

R = 39.86%
G = 34.83%
B = 25.31%

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

#DEC28D (or 0xDEC28D) is known color: New Orleans. HEX triplet: DE, C2 and 8D. RGB value is (222,194,141). Sum of RGB (Red+Green+Blue) = 222+194+141=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC28D is #213D72. Grayscale: #C4C4C4. Windows color (decimal): -2178419 or 9290462. OLE color: 9290462.

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

Color convert

RGB 222 194 141 -
CMYK 0 0.13 0.36 0.13
HSL 39.26º 0.55% 0.71% -
HSV(B) 39.26º 0.36% 0.87% -
XYZ 54.22 56.04 33.16 -
YUV 196.33 96.78 146.31 -
System Red Green Blue C M Y K H S L
Decimal 222 194 141 0 0.13 0.36 0.13 39.26 0.55 0.71
Hex DE C2 8D 0 D 24 D 27 37 47
Octal 336 302 215 0 15 44 15 47 67 107
Binary 11011110 11000010 10001101 0 1101 100100 1101 100111 110111 1000111

Color Harmonies of #DEC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC28D

Black with #DEC28D

Text Example


Text Example

White with #DEC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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