Html Css Color HEX #DBA222 Galliano

📋 copy color: '#DBA222'

red 219 ◦ green 162 ◦ blue 34

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

Shades of Galliano #DBA222

Tints of Galliano #DBA222

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

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

R = 52.77%
G = 39.04%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBA222 (or 0xDBA222) is known color: Galliano. HEX triplet: DB, A2 and 22. RGB value is (219,162,34). Sum of RGB (Red+Green+Blue) = 219+162+34=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA222 is #245DDD. Grayscale: #A5A5A5. Windows color (decimal): -2383326 or 2269915. OLE color: 2269915.

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

Color convert

RGB 219 162 34 -
CMYK 0 0.26 0.84 0.14
HSL 41.51º 0.73% 0.5% -
HSV(B) 41.51º 0.84% 0.86% -
XYZ 42.42 41.02 7.19 -
YUV 164.45 54.38 166.91 -
System Red Green Blue C M Y K H S L
Decimal 219 162 34 0 0.26 0.84 0.14 41.51 0.73 0.5
Hex DB A2 22 0 1A 54 E 2A 49 32
Octal 333 242 42 0 32 124 16 52 111 62
Binary 11011011 10100010 100010 0 11010 1010100 1110 101010 1001001 110010

Color Harmonies of #DBA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA222

Black with #DBA222

Text Example


Text Example

White with #DBA222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA222; }

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

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

background-color css

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

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

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

border-color css

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

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

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