Html Css Color HEX #DAAA7B Manhattan

📋 copy color: '#DAAA7B'

red 218 ◦ green 170 ◦ blue 123

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

Shades of Manhattan #DAAA7B

Tints of Manhattan #DAAA7B

RGB

 RED value IS 218 (85.55% from 255) = 42.66%

 GREEN value IS 170 (66.8% from 255) = 33.27%

 BLUE value IS 123 (48.44% from 255) = 24.07%

R = 42.66%
G = 33.27%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAAA7B (or 0xDAAA7B) is known color: Manhattan. HEX triplet: DA, AA and 7B. RGB value is (218,170,123). Sum of RGB (Red+Green+Blue) = 218+170+123=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA7B is #255584. Grayscale: #B3B3B3. Windows color (decimal): -2446725 or 8104666. OLE color: 8104666.

HSL color Cylindrical-coordinate representation of color #DAAA7B: hue angle of 29.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAAA7B is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 123 -
CMYK 0 0.22 0.44 0.15
HSL 29.68º 0.56% 0.67% -
HSV(B) 29.68º 0.44% 0.85% -
XYZ 46.86 45.08 24.97 -
YUV 178.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 218 170 123 0 0.22 0.44 0.15 29.68 0.56 0.67
Hex DA AA 7B 0 16 2C F 1E 38 43
Octal 332 252 173 0 26 54 17 36 70 103
Binary 11011010 10101010 1111011 0 10110 101100 1111 11110 111000 1000011

Color Harmonies of #DAAA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA7B

Black with #DAAA7B

Text Example


Text Example

White with #DAAA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA7B; }

 p { color: rgb(218,170,123); }

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

background-color css

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

 a { background-color: rgb(218,170,123); }

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

border-color css

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

 span { border-color: rgb(218,170,123); }

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