Html Css Color HEX #DDB677 Maize

📋 copy color: '#DDB677'

red 221 ◦ green 182 ◦ blue 119

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

Shades of Maize #DDB677

Tints of Maize #DDB677

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.87%

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

R = 42.34%
G = 34.87%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDB677 (or 0xDDB677) is known color: Maize. HEX triplet: DD, B6 and 77. RGB value is (221,182,119). Sum of RGB (Red+Green+Blue) = 221+182+119=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB677 is #224988. Grayscale: #BABABA. Windows color (decimal): -2247049 or 7845597. OLE color: 7845597.

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

Color convert

RGB 221 182 119 -
CMYK 0 0.18 0.46 0.13
HSL 37.06º 0.6% 0.67% -
HSV(B) 37.06º 0.46% 0.87% -
XYZ 49.88 50.16 24.51 -
YUV 186.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 221 182 119 0 0.18 0.46 0.13 37.06 0.6 0.67
Hex DD B6 77 0 12 2E D 25 3C 43
Octal 335 266 167 0 22 56 15 45 74 103
Binary 11011101 10110110 1110111 0 10010 101110 1101 100101 111100 1000011

Color Harmonies of #DDB677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB677

Black with #DDB677

Text Example


Text Example

White with #DDB677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB677; }

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

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

background-color css

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

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

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

border-color css

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

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

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