Html Css Color HEX #DBA92D Galliano

📋 copy color: '#DBA92D'

red 219 ◦ green 169 ◦ blue 45

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

Shades of Galliano #DBA92D

Tints of Galliano #DBA92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.39%

R = 50.58%
G = 39.03%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBA92D (or 0xDBA92D) is known color: Galliano. HEX triplet: DB, A9 and 2D. RGB value is (219,169,45). Sum of RGB (Red+Green+Blue) = 219+169+45=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA92D is #2456D2. Grayscale: #AAAAAA. Windows color (decimal): -2381523 or 2992603. OLE color: 2992603.

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

Color convert

RGB 219 169 45 -
CMYK 0 0.23 0.79 0.14
HSL 42.76º 0.71% 0.52% -
HSV(B) 42.76º 0.79% 0.86% -
XYZ 43.88 43.63 8.59 -
YUV 169.81 57.57 163.08 -
System Red Green Blue C M Y K H S L
Decimal 219 169 45 0 0.23 0.79 0.14 42.76 0.71 0.52
Hex DB A9 2D 0 17 4F E 2B 47 34
Octal 333 251 55 0 27 117 16 53 107 64
Binary 11011011 10101001 101101 0 10111 1001111 1110 101011 1000111 110100

Color Harmonies of #DBA92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA92D

Black with #DBA92D

Text Example


Text Example

White with #DBA92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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