Html Css Color HEX #DDB475 Maize

📋 copy color: '#DDB475'

red 221 ◦ green 180 ◦ blue 117

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

Shades of Maize #DDB475

Tints of Maize #DDB475

RGB

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

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

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

R = 42.66%
G = 34.75%
B = 22.59%

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

#DDB475 (or 0xDDB475) is known color: Maize. HEX triplet: DD, B4 and 75. RGB value is (221,180,117). Sum of RGB (Red+Green+Blue) = 221+180+117=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB475 is #224B8A. Grayscale: #B9B9B9. Windows color (decimal): -2247563 or 7714013. OLE color: 7714013.

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

Color convert

RGB 221 180 117 -
CMYK 0 0.19 0.47 0.13
HSL 36.35º 0.6% 0.66% -
HSV(B) 36.35º 0.47% 0.87% -
XYZ 49.35 49.3 23.74 -
YUV 185.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 221 180 117 0 0.19 0.47 0.13 36.35 0.6 0.66
Hex DD B4 75 0 13 2F D 24 3C 42
Octal 335 264 165 0 23 57 15 44 74 102
Binary 11011101 10110100 1110101 0 10011 101111 1101 100100 111100 1000010

Color Harmonies of #DDB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB475

Black with #DDB475

Text Example


Text Example

White with #DDB475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB475; }

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

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

background-color css

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

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

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

border-color css

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

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

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