Html Css Color HEX #DDB474 Maize

📋 copy color: '#DDB474'

red 221 ◦ green 180 ◦ blue 116

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

Shades of Maize #DDB474

Tints of Maize #DDB474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.44%

R = 42.75%
G = 34.82%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB474 (or 0xDDB474) is known color: Maize. HEX triplet: DD, B4 and 74. RGB value is (221,180,116). Sum of RGB (Red+Green+Blue) = 221+180+116=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB474 is #224B8B. Grayscale: #B9B9B9. Windows color (decimal): -2247564 or 7648477. OLE color: 7648477.

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

Color convert

RGB 221 180 116 -
CMYK 0 0.19 0.48 0.13
HSL 36.57º 0.61% 0.66% -
HSV(B) 36.57º 0.48% 0.87% -
XYZ 49.29 49.28 23.44 -
YUV 184.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 221 180 116 0 0.19 0.48 0.13 36.57 0.61 0.66
Hex DD B4 74 0 13 30 D 25 3D 42
Octal 335 264 164 0 23 60 15 45 75 102
Binary 11011101 10110100 1110100 0 10011 110000 1101 100101 111101 1000010

Color Harmonies of #DDB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB474

Black with #DDB474

Text Example


Text Example

White with #DDB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB474; }

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

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

background-color css

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

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

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

border-color css

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

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

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