Html Css Color HEX #DCB081 Manhattan

📋 copy color: '#DCB081'

red 220 ◦ green 176 ◦ blue 129

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

Shades of Manhattan #DCB081

Tints of Manhattan #DCB081

RGB

 RED value IS 220 (86.33% from 255) = 41.9%

 GREEN value IS 176 (69.14% from 255) = 33.52%

 BLUE value IS 129 (50.78% from 255) = 24.57%

R = 41.9%
G = 33.52%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCB081 (or 0xDCB081) is known color: Manhattan. HEX triplet: DC, B0 and 81. RGB value is (220,176,129). Sum of RGB (Red+Green+Blue) = 220+176+129=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB081 is #234F7E. Grayscale: #B8B8B8. Windows color (decimal): -2314111 or 8499420. OLE color: 8499420.

HSL color Cylindrical-coordinate representation of color #DCB081: hue angle of 30.99º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCB081 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 129 -
CMYK 0 0.2 0.41 0.14
HSL 30.99º 0.57% 0.68% -
HSV(B) 30.99º 0.41% 0.86% -
XYZ 49 47.85 27.42 -
YUV 183.8 97.08 153.82 -
System Red Green Blue C M Y K H S L
Decimal 220 176 129 0 0.2 0.41 0.14 30.99 0.57 0.68
Hex DC B0 81 0 14 29 E 1F 39 44
Octal 334 260 201 0 24 51 16 37 71 104
Binary 11011100 10110000 10000001 0 10100 101001 1110 11111 111001 1000100

Color Harmonies of #DCB081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB081

Black with #DCB081

Text Example


Text Example

White with #DCB081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB081; }

 p { color: rgb(220,176,129); }

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

background-color css

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

 a { background-color: rgb(220,176,129); }

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

border-color css

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

 span { border-color: rgb(220,176,129); }

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