Html Css Color HEX #DDB478 Maize

📋 copy color: '#DDB478'

red 221 ◦ green 180 ◦ blue 120

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

Shades of Maize #DDB478

Tints of Maize #DDB478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.03%

R = 42.42%
G = 34.55%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDB478 (or 0xDDB478) is known color: Maize. HEX triplet: DD, B4 and 78. RGB value is (221,180,120). Sum of RGB (Red+Green+Blue) = 221+180+120=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB478 is #224B87. Grayscale: #B9B9B9. Windows color (decimal): -2247560 or 7910621. OLE color: 7910621.

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

Color convert

RGB 221 180 120 -
CMYK 0 0.19 0.46 0.13
HSL 35.64º 0.6% 0.67% -
HSV(B) 35.64º 0.46% 0.87% -
XYZ 49.53 49.37 24.69 -
YUV 185.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 221 180 120 0 0.19 0.46 0.13 35.64 0.6 0.67
Hex DD B4 78 0 13 2E D 24 3C 43
Octal 335 264 170 0 23 56 15 44 74 103
Binary 11011101 10110100 1111000 0 10011 101110 1101 100100 111100 1000011

Color Harmonies of #DDB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB478

Black with #DDB478

Text Example


Text Example

White with #DDB478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB478; }

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

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

background-color css

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

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

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

border-color css

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

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

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