Html Css Color HEX #DBB67B Maize

📋 copy color: '#DBB67B'

red 219 ◦ green 182 ◦ blue 123

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

Shades of Maize #DBB67B

Tints of Maize #DBB67B

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 value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DBB67B (or 0xDBB67B) is known color: 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

RGB 219 182 123 -
CMYK 0 0.17 0.44 0.14
HSL 36.88º 0.57% 0.67% -
HSV(B) 36.88º 0.44% 0.86% -
XYZ 49.52 49.95 25.77 -
YUV 186.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 219 182 123 0 0.17 0.44 0.14 36.88 0.57 0.67
Hex DB B6 7B 0 11 2C E 25 39 43
Octal 333 266 173 0 21 54 16 45 71 103
Binary 11011011 10110110 1111011 0 10001 101100 1110 100101 111001 1000011

Color Harmonies of #DBB67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB67B

Black with #DBB67B

Text Example


Text Example

White with #DBB67B

Text Example


Text Example

HTML Codes & Css Web 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>