Html Css Color HEX #DDB375 Maize

📋 copy color: '#DDB375'

red 221 ◦ green 179 ◦ blue 117

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

Shades of Maize #DDB375

Tints of Maize #DDB375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.63%

R = 42.75%
G = 34.62%
B = 22.63%

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

#DDB375 (or 0xDDB375) is known color: Maize. HEX triplet: DD, B3 and 75. RGB value is (221,179,117). Sum of RGB (Red+Green+Blue) = 221+179+117=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB375 is #224C8A. Grayscale: #B8B8B8. Windows color (decimal): -2247819 or 7713757. OLE color: 7713757.

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

Color convert

RGB 221 179 117 -
CMYK 0 0.19 0.47 0.13
HSL 35.77º 0.6% 0.66% -
HSV(B) 35.77º 0.47% 0.87% -
XYZ 49.15 48.9 23.68 -
YUV 184.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 221 179 117 0 0.19 0.47 0.13 35.77 0.6 0.66
Hex DD B3 75 0 13 2F D 24 3C 42
Octal 335 263 165 0 23 57 15 44 74 102
Binary 11011101 10110011 1110101 0 10011 101111 1101 100100 111100 1000010

Color Harmonies of #DDB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB375

Black with #DDB375

Text Example


Text Example

White with #DDB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB375; }

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

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

background-color css

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

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

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

border-color css

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

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

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