Html Css Color HEX #DEC68F New Orleans

📋 copy color: '#DEC68F'

red 222 ◦ green 198 ◦ blue 143

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

Shades of New Orleans #DEC68F

Tints of New Orleans #DEC68F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.17%

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

R = 39.43%
G = 35.17%
B = 25.4%

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

#DEC68F (or 0xDEC68F) is known color: New Orleans. HEX triplet: DE, C6 and 8F. RGB value is (222,198,143). Sum of RGB (Red+Green+Blue) = 222+198+143=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC68F is #213970. Grayscale: #C7C7C7. Windows color (decimal): -2177393 or 9422558. OLE color: 9422558.

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

Color convert

RGB 222 198 143 -
CMYK 0 0.11 0.36 0.13
HSL 41.77º 0.54% 0.72% -
HSV(B) 41.77º 0.36% 0.87% -
XYZ 55.28 57.9 34.25 -
YUV 198.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 222 198 143 0 0.11 0.36 0.13 41.77 0.54 0.72
Hex DE C6 8F 0 B 24 D 2A 36 48
Octal 336 306 217 0 13 44 15 52 66 110
Binary 11011110 11000110 10001111 0 1011 100100 1101 101010 110110 1001000

Color Harmonies of #DEC68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC68F

Black with #DEC68F

Text Example


Text Example

White with #DEC68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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