Html Css Color HEX #DBA822 Galliano

📋 copy color: '#DBA822'

red 219 ◦ green 168 ◦ blue 34

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

Shades of Galliano #DBA822

Tints of Galliano #DBA822

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

 BLUE value IS 34 (13.67% from 255) = 8.08%

R = 52.02%
G = 39.9%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBA822 (or 0xDBA822) is known color: Galliano. HEX triplet: DB, A8 and 22. RGB value is (219,168,34). Sum of RGB (Red+Green+Blue) = 219+168+34=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA822 is #2457DD. Grayscale: #A8A8A8. Windows color (decimal): -2381790 or 2271451. OLE color: 2271451.

HSL color Cylindrical-coordinate representation of color #DBA822: hue angle of 43.46º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBA822 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 34 -
CMYK 0 0.23 0.84 0.14
HSL 43.46º 0.73% 0.5% -
HSV(B) 43.46º 0.84% 0.86% -
XYZ 43.5 43.18 7.56 -
YUV 167.97 52.4 164.4 -
System Red Green Blue C M Y K H S L
Decimal 219 168 34 0 0.23 0.84 0.14 43.46 0.73 0.5
Hex DB A8 22 0 17 54 E 2B 49 32
Octal 333 250 42 0 27 124 16 53 111 62
Binary 11011011 10101000 100010 0 10111 1010100 1110 101011 1001001 110010

Color Harmonies of #DBA822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA822

Black with #DBA822

Text Example


Text Example

White with #DBA822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA822; }

 p { color: rgb(219,168,34); }

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

background-color css

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

 a { background-color: rgb(219,168,34); }

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

border-color css

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

 span { border-color: rgb(219,168,34); }

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