Html Css Color HEX #DDB376 Maize

📋 copy color: '#DDB376'

red 221 ◦ green 179 ◦ blue 118

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

Shades of Maize #DDB376

Tints of Maize #DDB376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.78%

R = 42.66%
G = 34.56%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDB376 (or 0xDDB376) is known color: Maize. HEX triplet: DD, B3 and 76. RGB value is (221,179,118). Sum of RGB (Red+Green+Blue) = 221+179+118=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB376 is #224C89. Grayscale: #B8B8B8. Windows color (decimal): -2247818 or 7779293. OLE color: 7779293.

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

Color convert

RGB 221 179 118 -
CMYK 0 0.19 0.47 0.13
HSL 35.53º 0.6% 0.66% -
HSV(B) 35.53º 0.47% 0.87% -
XYZ 49.21 48.92 23.99 -
YUV 184.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 221 179 118 0 0.19 0.47 0.13 35.53 0.6 0.66
Hex DD B3 76 0 13 2F D 24 3C 42
Octal 335 263 166 0 23 57 15 44 74 102
Binary 11011101 10110011 1110110 0 10011 101111 1101 100100 111100 1000010

Color Harmonies of #DDB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB376

Black with #DDB376

Text Example


Text Example

White with #DDB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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