Html Css Color HEX #DDB476 Maize

📋 copy color: '#DDB476'

red 221 ◦ green 180 ◦ blue 118

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

Shades of Maize #DDB476

Tints of Maize #DDB476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.68%

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

R = 42.58%
G = 34.68%
B = 22.74%

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

#DDB476 (or 0xDDB476) is known color: Maize. HEX triplet: DD, B4 and 76. RGB value is (221,180,118). Sum of RGB (Red+Green+Blue) = 221+180+118=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB476 is #224B89. Grayscale: #B9B9B9. Windows color (decimal): -2247562 or 7779549. OLE color: 7779549.

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

Color convert

RGB 221 180 118 -
CMYK 0 0.19 0.47 0.13
HSL 36.12º 0.6% 0.66% -
HSV(B) 36.12º 0.47% 0.87% -
XYZ 49.41 49.32 24.06 -
YUV 185.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 221 180 118 0 0.19 0.47 0.13 36.12 0.6 0.66
Hex DD B4 76 0 13 2F D 24 3C 42
Octal 335 264 166 0 23 57 15 44 74 102
Binary 11011101 10110100 1110110 0 10011 101111 1101 100100 111100 1000010

Color Harmonies of #DDB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB476

Black with #DDB476

Text Example


Text Example

White with #DDB476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB476; }

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

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

background-color css

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

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

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

border-color css

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

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

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