Html Css Color HEX #DDB374 Maize

📋 copy color: '#DDB374'

red 221 ◦ green 179 ◦ blue 116

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

Shades of Maize #DDB374

Tints of Maize #DDB374

RGB

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

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

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

R = 42.83%
G = 34.69%
B = 22.48%

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

#DDB374 (or 0xDDB374) is known color: Maize. HEX triplet: DD, B3 and 74. RGB value is (221,179,116). Sum of RGB (Red+Green+Blue) = 221+179+116=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB374 is #224C8B. Grayscale: #B8B8B8. Windows color (decimal): -2247820 or 7648221. OLE color: 7648221.

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

Color convert

RGB 221 179 116 -
CMYK 0 0.19 0.48 0.13
HSL 36º 0.61% 0.66% -
HSV(B) 36º 0.48% 0.87% -
XYZ 49.09 48.87 23.37 -
YUV 184.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 221 179 116 0 0.19 0.48 0.13 36 0.61 0.66
Hex DD B3 74 0 13 30 D 24 3D 42
Octal 335 263 164 0 23 60 15 44 75 102
Binary 11011101 10110011 1110100 0 10011 110000 1101 100100 111101 1000010

Color Harmonies of #DDB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB374

Black with #DDB374

Text Example


Text Example

White with #DDB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB374; }

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

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

background-color css

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

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

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

border-color css

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

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

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