Html Css Color HEX #DBA62D Galliano

📋 copy color: '#DBA62D'

red 219 ◦ green 166 ◦ blue 45

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

Shades of Galliano #DBA62D

Tints of Galliano #DBA62D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.6%

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

R = 50.93%
G = 38.6%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBA62D (or 0xDBA62D) is known color: Galliano. HEX triplet: DB, A6 and 2D. RGB value is (219,166,45). Sum of RGB (Red+Green+Blue) = 219+166+45=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA62D is #2459D2. Grayscale: #A8A8A8. Windows color (decimal): -2382291 or 2991835. OLE color: 2991835.

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

Color convert

RGB 219 166 45 -
CMYK 0 0.24 0.79 0.14
HSL 41.72º 0.71% 0.52% -
HSV(B) 41.72º 0.79% 0.86% -
XYZ 43.32 42.52 8.41 -
YUV 168.05 58.56 164.34 -
System Red Green Blue C M Y K H S L
Decimal 219 166 45 0 0.24 0.79 0.14 41.72 0.71 0.52
Hex DB A6 2D 0 18 4F E 2A 47 34
Octal 333 246 55 0 30 117 16 52 107 64
Binary 11011011 10100110 101101 0 11000 1001111 1110 101010 1000111 110100

Color Harmonies of #DBA62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA62D

Black with #DBA62D

Text Example


Text Example

White with #DBA62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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