Html Css Color HEX #DDB77B Maize

📋 copy color: '#DDB77B'

red 221 ◦ green 183 ◦ blue 123

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

Shades of Maize #DDB77B

Tints of Maize #DDB77B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.72%

 BLUE value IS 123 (48.44% from 255) = 23.34%

R = 41.94%
G = 34.72%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDB77B (or 0xDDB77B) is known color: Maize. HEX triplet: DD, B7 and 7B. RGB value is (221,183,123). Sum of RGB (Red+Green+Blue) = 221+183+123=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB77B is #224884. Grayscale: #BBBBBB. Windows color (decimal): -2246789 or 8107997. OLE color: 8107997.

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

Color convert

RGB 221 183 123 -
CMYK 0 0.17 0.44 0.13
HSL 36.73º 0.59% 0.67% -
HSV(B) 36.73º 0.44% 0.87% -
XYZ 50.33 50.67 25.87 -
YUV 187.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 221 183 123 0 0.17 0.44 0.13 36.73 0.59 0.67
Hex DD B7 7B 0 11 2C D 25 3B 43
Octal 335 267 173 0 21 54 15 45 73 103
Binary 11011101 10110111 1111011 0 10001 101100 1101 100101 111011 1000011

Color Harmonies of #DDB77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB77B

Black with #DDB77B

Text Example


Text Example

White with #DDB77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB77B; }

 p { color: rgb(221,183,123); }

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

background-color css

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

 a { background-color: rgb(221,183,123); }

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

border-color css

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

 span { border-color: rgb(221,183,123); }

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