Html Css Color HEX #DDB278 Manhattan

📋 copy color: '#DDB278'

red 221 ◦ green 178 ◦ blue 120

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

Shades of Manhattan #DDB278

Tints of Manhattan #DDB278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.12%

R = 42.58%
G = 34.3%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDB278 (or 0xDDB278) is known color: Manhattan. HEX triplet: DD, B2 and 78. RGB value is (221,178,120). Sum of RGB (Red+Green+Blue) = 221+178+120=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB278 is #224D87. Grayscale: #B8B8B8. Windows color (decimal): -2248072 or 7910109. OLE color: 7910109.

HSL color Cylindrical-coordinate representation of color #DDB278: hue angle of 34.46º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDB278 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 120 -
CMYK 0 0.19 0.46 0.13
HSL 34.46º 0.6% 0.67% -
HSV(B) 34.46º 0.46% 0.87% -
XYZ 49.13 48.57 24.55 -
YUV 184.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 221 178 120 0 0.19 0.46 0.13 34.46 0.6 0.67
Hex DD B2 78 0 13 2E D 22 3C 43
Octal 335 262 170 0 23 56 15 42 74 103
Binary 11011101 10110010 1111000 0 10011 101110 1101 100010 111100 1000011

Color Harmonies of #DDB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB278

Black with #DDB278

Text Example


Text Example

White with #DDB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB278; }

 p { color: rgb(221,178,120); }

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

background-color css

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

 a { background-color: rgb(221,178,120); }

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

border-color css

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

 span { border-color: rgb(221,178,120); }

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