Html Css Color HEX #DBB67E Maize

📋 copy color: '#DBB67E'

red 219 ◦ green 182 ◦ blue 126

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

Shades of Maize #DBB67E

Tints of Maize #DBB67E

RGB

 RED value IS 219 (85.94% from 255) = 41.56%

 GREEN value IS 182 (71.48% from 255) = 34.54%

 BLUE value IS 126 (49.61% from 255) = 23.91%

R = 41.56%
G = 34.54%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBB67E (or 0xDBB67E) is known color: Maize. HEX triplet: DB, B6 and 7E. RGB value is (219,182,126). Sum of RGB (Red+Green+Blue) = 219+182+126=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB67E is #244981. Grayscale: #BABABA. Windows color (decimal): -2378114 or 8304347. OLE color: 8304347.

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

Color convert

RGB 219 182 126 -
CMYK 0 0.17 0.42 0.14
HSL 36.13º 0.56% 0.68% -
HSV(B) 36.13º 0.42% 0.86% -
XYZ 49.71 50.02 26.77 -
YUV 186.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 219 182 126 0 0.17 0.42 0.14 36.13 0.56 0.68
Hex DB B6 7E 0 11 2A E 24 38 44
Octal 333 266 176 0 21 52 16 44 70 104
Binary 11011011 10110110 1111110 0 10001 101010 1110 100100 111000 1000100

Color Harmonies of #DBB67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB67E

Black with #DBB67E

Text Example


Text Example

White with #DBB67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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