Html Css Color HEX #DBA22B Galliano

📋 copy color: '#DBA22B'

red 219 ◦ green 162 ◦ blue 43

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

Shades of Galliano #DBA22B

Tints of Galliano #DBA22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.14%

R = 51.65%
G = 38.21%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBA22B (or 0xDBA22B) is known color: Galliano. HEX triplet: DB, A2 and 2B. RGB value is (219,162,43). Sum of RGB (Red+Green+Blue) = 219+162+43=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA22B is #245DD4. Grayscale: #A6A6A6. Windows color (decimal): -2383317 or 2859739. OLE color: 2859739.

HSL color Cylindrical-coordinate representation of color #DBA22B: hue angle of 40.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBA22B is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 162 43 -
CMYK 0 0.26 0.80 0.14
HSL 40.57º 0.71% 0.51% -
HSV(B) 40.57º 0.8% 0.86% -
XYZ 42.57 41.08 7.97 -
YUV 165.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 219 162 43 0 0.26 0.80 0.14 40.57 0.71 0.51
Hex DB A2 2B 0 1A 50 E 29 47 33
Octal 333 242 53 0 32 120 16 51 107 63
Binary 11011011 10100010 101011 0 11010 1010000 1110 101001 1000111 110011

Color Harmonies of #DBA22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA22B

Black with #DBA22B

Text Example


Text Example

White with #DBA22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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