Html Css Color HEX #DDB57F Maize

📋 copy color: '#DDB57F'

red 221 ◦ green 181 ◦ blue 127

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

Shades of Maize #DDB57F

Tints of Maize #DDB57F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.22%

 BLUE value IS 127 (50% from 255) = 24.01%

R = 41.78%
G = 34.22%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDB57F (or 0xDDB57F) is known color: Maize. HEX triplet: DD, B5 and 7F. RGB value is (221,181,127). Sum of RGB (Red+Green+Blue) = 221+181+127=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB57F is #224A80. Grayscale: #BBBBBB. Windows color (decimal): -2247297 or 8369629. OLE color: 8369629.

HSL color Cylindrical-coordinate representation of color #DDB57F: hue angle of 34.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDB57F is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 127 -
CMYK 0 0.18 0.43 0.13
HSL 34.47º 0.58% 0.68% -
HSV(B) 34.47º 0.43% 0.87% -
XYZ 50.17 49.95 27.08 -
YUV 186.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 221 181 127 0 0.18 0.43 0.13 34.47 0.58 0.68
Hex DD B5 7F 0 12 2B D 22 3A 44
Octal 335 265 177 0 22 53 15 42 72 104
Binary 11011101 10110101 1111111 0 10010 101011 1101 100010 111010 1000100

Color Harmonies of #DDB57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB57F

Black with #DDB57F

Text Example


Text Example

White with #DDB57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB57F; }

 p { color: rgb(221,181,127); }

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

background-color css

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

 a { background-color: rgb(221,181,127); }

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

border-color css

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

 span { border-color: rgb(221,181,127); }

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