Html Css Color HEX #DCB274 Manhattan

📋 copy color: '#DCB274'

red 220 ◦ green 178 ◦ blue 116

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

Shades of Manhattan #DCB274

Tints of Manhattan #DCB274

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.63%

 BLUE value IS 116 (45.7% from 255) = 22.57%

R = 42.8%
G = 34.63%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCB274 (or 0xDCB274) is known color: Manhattan. HEX triplet: DC, B2 and 74. RGB value is (220,178,116). Sum of RGB (Red+Green+Blue) = 220+178+116=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB274 is #234D8B. Grayscale: #B7B7B7. Windows color (decimal): -2313612 or 7647964. OLE color: 7647964.

HSL color Cylindrical-coordinate representation of color #DCB274: hue angle of 35.77º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCB274 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 116 -
CMYK 0 0.19 0.47 0.14
HSL 35.77º 0.6% 0.66% -
HSV(B) 35.77º 0.47% 0.86% -
XYZ 48.59 48.32 23.29 -
YUV 183.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 220 178 116 0 0.19 0.47 0.14 35.77 0.6 0.66
Hex DC B2 74 0 13 2F E 24 3C 42
Octal 334 262 164 0 23 57 16 44 74 102
Binary 11011100 10110010 1110100 0 10011 101111 1110 100100 111100 1000010

Color Harmonies of #DCB274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB274

Black with #DCB274

Text Example


Text Example

White with #DCB274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB274; }

 p { color: rgb(220,178,116); }

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

background-color css

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

 a { background-color: rgb(220,178,116); }

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

border-color css

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

 span { border-color: rgb(220,178,116); }

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