Html Css Color HEX #DBB67A Maize

📋 copy color: '#DBB67A'

red 219 ◦ green 182 ◦ blue 122

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

Shades of Maize #DBB67A

Tints of Maize #DBB67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.33%

R = 41.87%
G = 34.8%
B = 23.33%

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

#DBB67A (or 0xDBB67A) is known color: Maize. HEX triplet: DB, B6 and 7A. RGB value is (219,182,122). Sum of RGB (Red+Green+Blue) = 219+182+122=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB67A is #244985. Grayscale: #BABABA. Windows color (decimal): -2378118 or 8042203. OLE color: 8042203.

HSL color Cylindrical-coordinate representation of color #DBB67A: hue angle of 37.11º 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 #DBB67A is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 182 122 -
CMYK 0 0.17 0.44 0.14
HSL 37.11º 0.57% 0.67% -
HSV(B) 37.11º 0.44% 0.86% -
XYZ 49.45 49.92 25.44 -
YUV 186.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 219 182 122 0 0.17 0.44 0.14 37.11 0.57 0.67
Hex DB B6 7A 0 11 2C E 25 39 43
Octal 333 266 172 0 21 54 16 45 71 103
Binary 11011011 10110110 1111010 0 10001 101100 1110 100101 111001 1000011

Color Harmonies of #DBB67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB67A

Black with #DBB67A

Text Example


Text Example

White with #DBB67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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