Html Css Color HEX #DCAF82 Manhattan

📋 copy color: '#DCAF82'

red 220 ◦ green 175 ◦ blue 130

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

Shades of Manhattan #DCAF82

Tints of Manhattan #DCAF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.76%

R = 41.9%
G = 33.33%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCAF82 (or 0xDCAF82) is known color: Manhattan. HEX triplet: DC, AF and 82. RGB value is (220,175,130). Sum of RGB (Red+Green+Blue) = 220+175+130=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF82 is #23507D. Grayscale: #B7B7B7. Windows color (decimal): -2314366 or 8564700. OLE color: 8564700.

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

Color convert

RGB 220 175 130 -
CMYK 0 0.20 0.41 0.14
HSL 30º 0.56% 0.69% -
HSV(B) 30º 0.41% 0.86% -
XYZ 48.87 47.49 27.71 -
YUV 183.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 220 175 130 0 0.20 0.41 0.14 30 0.56 0.69
Hex DC AF 82 0 14 29 E 1E 38 45
Octal 334 257 202 0 24 51 16 36 70 105
Binary 11011100 10101111 10000010 0 10100 101001 1110 11110 111000 1000101

Color Harmonies of #DCAF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF82

Black with #DCAF82

Text Example


Text Example

White with #DCAF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF82; }

 p { color: rgb(220,175,130); }

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

background-color css

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

 a { background-color: rgb(220,175,130); }

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

border-color css

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

 span { border-color: rgb(220,175,130); }

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