#DBB67B

Color #DBB67B Maize (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maize #DBB67B

Tints of Maize #DBB67B

Color information

#DBB67B (or 0xDBB67B) is unknown color: approx Maize. HEX triplet: DB, B6 and 7B. RGB value is (219,182,123). Sum of RGB (Red+Green+Blue) = 219+182+123=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB67B is #244984. Grayscale: #BABABA. Windows color (decimal): -2378117 or 8107739. OLE color: 8107739.

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

Color convert

RGB219182123-
CMYK00.170.440.14
HSL36.88º57.14%67.06%-
HSV(B)36.88º43.84%85.88%-
XYZ49.5249.9525.77-
YUV186.3492.26151.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.79%
GREEN value IS 182 (71.48% from 255) = 34.73%
BLUE value IS 123 (48.44% from 255) = 23.47%
R=41.79%
G=34.73%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918212300.170.440.1436.8857.1467.06
HexDBB67B0112CE253943
Octal33326617302154164571103
Binary1101101110110110111101101000110110011101001011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB67B; }

 p { color: rgb(219,182,123); }

 H1.HeaderClassName
 {
   color: #DBB67B;
 }
 .AnyTagClassName
 {
   color: #DBB67B;
 }
</style>
background-color css

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

 a { background-color: rgb(219,182,123); }

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

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

 span { border-color: rgb(219,182,123); }

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