Html Css Color HEX #DDB073 Manhattan

📋 copy color: '#DDB073'

red 221 ◦ green 176 ◦ blue 115

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

Shades of Manhattan #DDB073

Tints of Manhattan #DDB073

RGB

 RED value IS 221 (86.72% from 255) = 43.16%

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

 BLUE value IS 115 (45.31% from 255) = 22.46%

R = 43.16%
G = 34.38%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB073 (or 0xDDB073) is known color: Manhattan. HEX triplet: DD, B0 and 73. RGB value is (221,176,115). Sum of RGB (Red+Green+Blue) = 221+176+115=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB073 is #224F8C. Grayscale: #B6B6B6. Windows color (decimal): -2248589 or 7581917. OLE color: 7581917.

HSL color Cylindrical-coordinate representation of color #DDB073: hue angle of 34.53º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDB073 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 176 115 -
CMYK 0 0.20 0.48 0.13
HSL 34.53º 0.61% 0.66% -
HSV(B) 34.53º 0.48% 0.87% -
XYZ 48.44 47.66 22.87 -
YUV 182.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 221 176 115 0 0.20 0.48 0.13 34.53 0.61 0.66
Hex DD B0 73 0 14 30 D 23 3D 42
Octal 335 260 163 0 24 60 15 43 75 102
Binary 11011101 10110000 1110011 0 10100 110000 1101 100011 111101 1000010

Color Harmonies of #DDB073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB073

Black with #DDB073

Text Example


Text Example

White with #DDB073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB073; }

 p { color: rgb(221,176,115); }

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

background-color css

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

 a { background-color: rgb(221,176,115); }

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

border-color css

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

 span { border-color: rgb(221,176,115); }

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