Html Css Color HEX #DBA62A Galliano

📋 copy color: '#DBA62A'

red 219 ◦ green 166 ◦ blue 42

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

Shades of Galliano #DBA62A

Tints of Galliano #DBA62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.84%

R = 51.29%
G = 38.88%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBA62A (or 0xDBA62A) is known color: Galliano. HEX triplet: DB, A6 and 2A. RGB value is (219,166,42). Sum of RGB (Red+Green+Blue) = 219+166+42=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA62A is #2459D5. Grayscale: #A8A8A8. Windows color (decimal): -2382294 or 2795227. OLE color: 2795227.

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

Color convert

RGB 219 166 42 -
CMYK 0 0.24 0.81 0.14
HSL 42.03º 0.71% 0.51% -
HSV(B) 42.03º 0.81% 0.86% -
XYZ 43.27 42.5 8.11 -
YUV 167.71 57.06 164.58 -
System Red Green Blue C M Y K H S L
Decimal 219 166 42 0 0.24 0.81 0.14 42.03 0.71 0.51
Hex DB A6 2A 0 18 51 E 2A 47 33
Octal 333 246 52 0 30 121 16 52 107 63
Binary 11011011 10100110 101010 0 11000 1010001 1110 101010 1000111 110011

Color Harmonies of #DBA62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA62A

Black with #DBA62A

Text Example


Text Example

White with #DBA62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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