Html Css Color HEX #DEC58F New Orleans

📋 copy color: '#DEC58F'

red 222 ◦ green 197 ◦ blue 143

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

Shades of New Orleans #DEC58F

Tints of New Orleans #DEC58F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.05%

 BLUE value IS 143 (56.25% from 255) = 25.44%

R = 39.5%
G = 35.05%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DEC58F (or 0xDEC58F) is known color: New Orleans. HEX triplet: DE, C5 and 8F. RGB value is (222,197,143). Sum of RGB (Red+Green+Blue) = 222+197+143=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC58F is #213A70. Grayscale: #C6C6C6. Windows color (decimal): -2177649 or 9422302. OLE color: 9422302.

HSL color Cylindrical-coordinate representation of color #DEC58F: hue angle of 41.01º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEC58F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 197 143 -
CMYK 0 0.11 0.36 0.13
HSL 41.01º 0.54% 0.72% -
HSV(B) 41.01º 0.36% 0.87% -
XYZ 55.05 57.45 34.17 -
YUV 198.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 222 197 143 0 0.11 0.36 0.13 41.01 0.54 0.72
Hex DE C5 8F 0 B 24 D 29 36 48
Octal 336 305 217 0 13 44 15 51 66 110
Binary 11011110 11000101 10001111 0 1011 100100 1101 101001 110110 1001000

Color Harmonies of #DEC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC58F

Black with #DEC58F

Text Example


Text Example

White with #DEC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC58F; }

 p { color: rgb(222,197,143); }

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

background-color css

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

 a { background-color: rgb(222,197,143); }

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

border-color css

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

 span { border-color: rgb(222,197,143); }

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