Html Css Color HEX #DDB377 Maize

📋 copy color: '#DDB377'

red 221 ◦ green 179 ◦ blue 119

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

Shades of Maize #DDB377

Tints of Maize #DDB377

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.49%

 BLUE value IS 119 (46.88% from 255) = 22.93%

R = 42.58%
G = 34.49%
B = 22.93%

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

#DDB377 (or 0xDDB377) is known color: Maize. HEX triplet: DD, B3 and 77. RGB value is (221,179,119). Sum of RGB (Red+Green+Blue) = 221+179+119=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB377 is #224C88. Grayscale: #B9B9B9. Windows color (decimal): -2247817 or 7844829. OLE color: 7844829.

HSL color Cylindrical-coordinate representation of color #DDB377: hue angle of 35.29º 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 #DDB377 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 119 -
CMYK 0 0.19 0.46 0.13
HSL 35.29º 0.6% 0.67% -
HSV(B) 35.29º 0.46% 0.87% -
XYZ 49.27 48.94 24.3 -
YUV 184.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 221 179 119 0 0.19 0.46 0.13 35.29 0.6 0.67
Hex DD B3 77 0 13 2E D 23 3C 43
Octal 335 263 167 0 23 56 15 43 74 103
Binary 11011101 10110011 1110111 0 10011 101110 1101 100011 111100 1000011

Color Harmonies of #DDB377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB377

Black with #DDB377

Text Example


Text Example

White with #DDB377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB377; }

 p { color: rgb(221,179,119); }

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

background-color css

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

 a { background-color: rgb(221,179,119); }

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

border-color css

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

 span { border-color: rgb(221,179,119); }

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