Html Css Color HEX #DAAB7B Manhattan

📋 copy color: '#DAAB7B'

red 218 ◦ green 171 ◦ blue 123

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

Shades of Manhattan #DAAB7B

Tints of Manhattan #DAAB7B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.4%

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

R = 42.58%
G = 33.4%
B = 24.02%

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

#DAAB7B (or 0xDAAB7B) is known color: Manhattan. HEX triplet: DA, AB and 7B. RGB value is (218,171,123). Sum of RGB (Red+Green+Blue) = 218+171+123=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB7B is #255484. Grayscale: #B3B3B3. Windows color (decimal): -2446469 or 8104922. OLE color: 8104922.

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

Color convert

RGB 218 171 123 -
CMYK 0 0.22 0.44 0.15
HSL 30.32º 0.56% 0.67% -
HSV(B) 30.32º 0.44% 0.85% -
XYZ 47.05 45.46 25.03 -
YUV 179.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 218 171 123 0 0.22 0.44 0.15 30.32 0.56 0.67
Hex DA AB 7B 0 16 2C F 1E 38 43
Octal 332 253 173 0 26 54 17 36 70 103
Binary 11011010 10101011 1111011 0 10110 101100 1111 11110 111000 1000011

Color Harmonies of #DAAB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB7B

Black with #DAAB7B

Text Example


Text Example

White with #DAAB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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