Html Css Color HEX #DDB674 Maize

📋 copy color: '#DDB674'

red 221 ◦ green 182 ◦ blue 116

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

Shades of Maize #DDB674

Tints of Maize #DDB674

RGB

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

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

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

R = 42.58%
G = 35.07%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB674 (or 0xDDB674) is known color: Maize. HEX triplet: DD, B6 and 74. RGB value is (221,182,116). Sum of RGB (Red+Green+Blue) = 221+182+116=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB674 is #22498B. Grayscale: #BABABA. Windows color (decimal): -2247052 or 7648989. OLE color: 7648989.

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

Color convert

RGB 221 182 116 -
CMYK 0 0.18 0.48 0.13
HSL 37.71º 0.61% 0.66% -
HSV(B) 37.71º 0.48% 0.87% -
XYZ 49.7 50.09 23.57 -
YUV 186.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 221 182 116 0 0.18 0.48 0.13 37.71 0.61 0.66
Hex DD B6 74 0 12 30 D 26 3D 42
Octal 335 266 164 0 22 60 15 46 75 102
Binary 11011101 10110110 1110100 0 10010 110000 1101 100110 111101 1000010

Color Harmonies of #DDB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB674

Black with #DDB674

Text Example


Text Example

White with #DDB674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB674; }

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

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

background-color css

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

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

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

border-color css

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

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

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