Html Css Color HEX #DEC38D New Orleans

📋 copy color: '#DEC38D'

red 222 ◦ green 195 ◦ blue 141

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

Shades of New Orleans #DEC38D

Tints of New Orleans #DEC38D

RGB

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

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

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

R = 39.78%
G = 34.95%
B = 25.27%

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

#DEC38D (or 0xDEC38D) is known color: New Orleans. HEX triplet: DE, C3 and 8D. RGB value is (222,195,141). Sum of RGB (Red+Green+Blue) = 222+195+141=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC38D is #213C72. Grayscale: #C5C5C5. Windows color (decimal): -2178163 or 9290718. OLE color: 9290718.

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

Color convert

RGB 222 195 141 -
CMYK 0 0.12 0.36 0.13
HSL 40º 0.55% 0.71% -
HSV(B) 40º 0.36% 0.87% -
XYZ 54.45 56.48 33.23 -
YUV 196.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 222 195 141 0 0.12 0.36 0.13 40 0.55 0.71
Hex DE C3 8D 0 C 24 D 28 37 47
Octal 336 303 215 0 14 44 15 50 67 107
Binary 11011110 11000011 10001101 0 1100 100100 1101 101000 110111 1000111

Color Harmonies of #DEC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC38D

Black with #DEC38D

Text Example


Text Example

White with #DEC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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