Html Css Color HEX #DDB378 Maize

📋 copy color: '#DDB378'

red 221 ◦ green 179 ◦ blue 120

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

Shades of Maize #DDB378

Tints of Maize #DDB378

RGB

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

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

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

R = 42.5%
G = 34.42%
B = 23.08%

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

#DDB378 (or 0xDDB378) is known color: Maize. HEX triplet: DD, B3 and 78. RGB value is (221,179,120). Sum of RGB (Red+Green+Blue) = 221+179+120=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB378 is #224C87. Grayscale: #B9B9B9. Windows color (decimal): -2247816 or 7910365. OLE color: 7910365.

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

Color convert

RGB 221 179 120 -
CMYK 0 0.19 0.46 0.13
HSL 35.05º 0.6% 0.67% -
HSV(B) 35.05º 0.46% 0.87% -
XYZ 49.33 48.97 24.62 -
YUV 184.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 221 179 120 0 0.19 0.46 0.13 35.05 0.6 0.67
Hex DD B3 78 0 13 2E D 23 3C 43
Octal 335 263 170 0 23 56 15 43 74 103
Binary 11011101 10110011 1111000 0 10011 101110 1101 100011 111100 1000011

Color Harmonies of #DDB378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB378

Black with #DDB378

Text Example


Text Example

White with #DDB378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB378; }

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

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

background-color css

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

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

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

border-color css

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

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

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