Html Css Color HEX #DAAC7B Manhattan

📋 copy color: '#DAAC7B'

red 218 ◦ green 172 ◦ blue 123

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

Shades of Manhattan #DAAC7B

Tints of Manhattan #DAAC7B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.53%

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

R = 42.5%
G = 33.53%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAAC7B (or 0xDAAC7B) is known color: Manhattan. HEX triplet: DA, AC and 7B. RGB value is (218,172,123). Sum of RGB (Red+Green+Blue) = 218+172+123=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC7B is #255384. Grayscale: #B4B4B4. Windows color (decimal): -2446213 or 8105178. OLE color: 8105178.

HSL color Cylindrical-coordinate representation of color #DAAC7B: hue angle of 30.95º 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 #DAAC7B is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 123 -
CMYK 0 0.21 0.44 0.15
HSL 30.95º 0.56% 0.67% -
HSV(B) 30.95º 0.44% 0.85% -
XYZ 47.24 45.84 25.1 -
YUV 180.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 218 172 123 0 0.21 0.44 0.15 30.95 0.56 0.67
Hex DA AC 7B 0 15 2C F 1F 38 43
Octal 332 254 173 0 25 54 17 37 70 103
Binary 11011010 10101100 1111011 0 10101 101100 1111 11111 111000 1000011

Color Harmonies of #DAAC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC7B

Black with #DAAC7B

Text Example


Text Example

White with #DAAC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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