Html Css Color HEX #DEC08B New Orleans

📋 copy color: '#DEC08B'

red 222 ◦ green 192 ◦ blue 139

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

Shades of New Orleans #DEC08B

Tints of New Orleans #DEC08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.72%

 BLUE value IS 139 (54.69% from 255) = 25.14%

R = 40.14%
G = 34.72%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DEC08B (or 0xDEC08B) is known color: New Orleans. HEX triplet: DE, C0 and 8B. RGB value is (222,192,139). Sum of RGB (Red+Green+Blue) = 222+192+139=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC08B is #213F74. Grayscale: #C3C3C3. Windows color (decimal): -2178933 or 9158878. OLE color: 9158878.

HSL color Cylindrical-coordinate representation of color #DEC08B: hue angle of 38.31º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEC08B is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 192 139 -
CMYK 0 0.14 0.37 0.13
HSL 38.31º 0.56% 0.71% -
HSV(B) 38.31º 0.37% 0.87% -
XYZ 53.63 55.09 32.23 -
YUV 194.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 222 192 139 0 0.14 0.37 0.13 38.31 0.56 0.71
Hex DE C0 8B 0 E 25 D 26 38 47
Octal 336 300 213 0 16 45 15 46 70 107
Binary 11011110 11000000 10001011 0 1110 100101 1101 100110 111000 1000111

Color Harmonies of #DEC08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC08B

Black with #DEC08B

Text Example


Text Example

White with #DEC08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC08B; }

 p { color: rgb(222,192,139); }

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

background-color css

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

 a { background-color: rgb(222,192,139); }

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

border-color css

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

 span { border-color: rgb(222,192,139); }

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