Html Css Color HEX #DBA21D Galliano

📋 copy color: '#DBA21D'

red 219 ◦ green 162 ◦ blue 29

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

Shades of Galliano #DBA21D

Tints of Galliano #DBA21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.07%

R = 53.41%
G = 39.51%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBA21D (or 0xDBA21D) is known color: Galliano. HEX triplet: DB, A2 and 1D. RGB value is (219,162,29). Sum of RGB (Red+Green+Blue) = 219+162+29=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA21D is #245DE2. Grayscale: #A4A4A4. Windows color (decimal): -2383331 or 1942235. OLE color: 1942235.

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

Color convert

RGB 219 162 29 -
CMYK 0 0.26 0.87 0.14
HSL 42º 0.77% 0.49% -
HSV(B) 42º 0.87% 0.86% -
XYZ 42.36 40.99 6.84 -
YUV 163.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 219 162 29 0 0.26 0.87 0.14 42 0.77 0.49
Hex DB A2 1D 0 1A 57 E 2A 4D 31
Octal 333 242 35 0 32 127 16 52 115 61
Binary 11011011 10100010 11101 0 11010 1010111 1110 101010 1001101 110001

Color Harmonies of #DBA21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA21D

Black with #DBA21D

Text Example


Text Example

White with #DBA21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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