Html Css Color HEX #DBA921 Galliano

📋 copy color: '#DBA921'

red 219 ◦ green 169 ◦ blue 33

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

Shades of Galliano #DBA921

Tints of Galliano #DBA921

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.14%

 BLUE value IS 33 (13.28% from 255) = 7.84%

R = 52.02%
G = 40.14%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBA921 (or 0xDBA921) is known color: Galliano. HEX triplet: DB, A9 and 21. RGB value is (219,169,33). Sum of RGB (Red+Green+Blue) = 219+169+33=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA921 is #2456DE. Grayscale: #A9A9A9. Windows color (decimal): -2381535 or 2206171. OLE color: 2206171.

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

Color convert

RGB 219 169 33 -
CMYK 0 0.23 0.85 0.14
HSL 43.87º 0.74% 0.49% -
HSV(B) 43.87º 0.85% 0.86% -
XYZ 43.68 43.55 7.54 -
YUV 168.45 51.57 164.06 -
System Red Green Blue C M Y K H S L
Decimal 219 169 33 0 0.23 0.85 0.14 43.87 0.74 0.49
Hex DB A9 21 0 17 55 E 2C 4A 31
Octal 333 251 41 0 27 125 16 54 112 61
Binary 11011011 10101001 100001 0 10111 1010101 1110 101100 1001010 110001

Color Harmonies of #DBA921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA921

Black with #DBA921

Text Example


Text Example

White with #DBA921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA921; }

 p { color: rgb(219,169,33); }

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

background-color css

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

 a { background-color: rgb(219,169,33); }

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

border-color css

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

 span { border-color: rgb(219,169,33); }

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