Html Css Color HEX #DBB57A Maize

📋 copy color: '#DBB57A'

red 219 ◦ green 181 ◦ blue 122

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

Shades of Maize #DBB57A

Tints of Maize #DBB57A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.67%

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

R = 41.95%
G = 34.67%
B = 23.37%

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

#DBB57A (or 0xDBB57A) is known color: Maize. HEX triplet: DB, B5 and 7A. RGB value is (219,181,122). Sum of RGB (Red+Green+Blue) = 219+181+122=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB57A is #244A85. Grayscale: #B9B9B9. Windows color (decimal): -2378374 or 8041947. OLE color: 8041947.

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

Color convert

RGB 219 181 122 -
CMYK 0 0.17 0.44 0.14
HSL 36.49º 0.57% 0.67% -
HSV(B) 36.49º 0.44% 0.86% -
XYZ 49.25 49.51 25.37 -
YUV 185.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 219 181 122 0 0.17 0.44 0.14 36.49 0.57 0.67
Hex DB B5 7A 0 11 2C E 24 39 43
Octal 333 265 172 0 21 54 16 44 71 103
Binary 11011011 10110101 1111010 0 10001 101100 1110 100100 111001 1000011

Color Harmonies of #DBB57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB57A

Black with #DBB57A

Text Example


Text Example

White with #DBB57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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