Html Css Color HEX #DEAF7D Manhattan

📋 copy color: '#DEAF7D'

red 222 ◦ green 175 ◦ blue 125

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

Shades of Manhattan #DEAF7D

Tints of Manhattan #DEAF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.52%

 BLUE value IS 125 (49.22% from 255) = 23.95%

R = 42.53%
G = 33.52%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DEAF7D (or 0xDEAF7D) is known color: Manhattan. HEX triplet: DE, AF and 7D. RGB value is (222,175,125). Sum of RGB (Red+Green+Blue) = 222+175+125=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF7D is #215082. Grayscale: #B7B7B7. Windows color (decimal): -2183299 or 8237022. OLE color: 8237022.

HSL color Cylindrical-coordinate representation of color #DEAF7D: hue angle of 30.93º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEAF7D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 175 125 -
CMYK 0 0.21 0.44 0.13
HSL 30.93º 0.6% 0.68% -
HSV(B) 30.93º 0.44% 0.87% -
XYZ 49.16 47.67 26.01 -
YUV 183.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 222 175 125 0 0.21 0.44 0.13 30.93 0.6 0.68
Hex DE AF 7D 0 15 2C D 1F 3C 44
Octal 336 257 175 0 25 54 15 37 74 104
Binary 11011110 10101111 1111101 0 10101 101100 1101 11111 111100 1000100

Color Harmonies of #DEAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF7D

Black with #DEAF7D

Text Example


Text Example

White with #DEAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF7D; }

 p { color: rgb(222,175,125); }

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

background-color css

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

 a { background-color: rgb(222,175,125); }

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

border-color css

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

 span { border-color: rgb(222,175,125); }

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