Html Css Color HEX #DBA22E Galliano

📋 copy color: '#DBA22E'

red 219 ◦ green 162 ◦ blue 46

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

Shades of Galliano #DBA22E

Tints of Galliano #DBA22E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.77%

R = 51.29%
G = 37.94%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBA22E (or 0xDBA22E) is known color: Galliano. HEX triplet: DB, A2 and 2E. RGB value is (219,162,46). Sum of RGB (Red+Green+Blue) = 219+162+46=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA22E is #245DD1. Grayscale: #A6A6A6. Windows color (decimal): -2383314 or 3056347. OLE color: 3056347.

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

Color convert

RGB 219 162 46 -
CMYK 0 0.26 0.79 0.14
HSL 40.23º 0.71% 0.52% -
HSV(B) 40.23º 0.79% 0.86% -
XYZ 42.63 41.1 8.27 -
YUV 165.82 60.38 165.93 -
System Red Green Blue C M Y K H S L
Decimal 219 162 46 0 0.26 0.79 0.14 40.23 0.71 0.52
Hex DB A2 2E 0 1A 4F E 28 47 34
Octal 333 242 56 0 32 117 16 50 107 64
Binary 11011011 10100010 101110 0 11010 1001111 1110 101000 1000111 110100

Color Harmonies of #DBA22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA22E

Black with #DBA22E

Text Example


Text Example

White with #DBA22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA22E; }

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

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

background-color css

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

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

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

border-color css

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

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

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