Html Css Color HEX #DBA62B Galliano

📋 copy color: '#DBA62B'

red 219 ◦ green 166 ◦ blue 43

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

Shades of Galliano #DBA62B

Tints of Galliano #DBA62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.05%

R = 51.17%
G = 38.79%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBA62B (or 0xDBA62B) is known color: Galliano. HEX triplet: DB, A6 and 2B. RGB value is (219,166,43). Sum of RGB (Red+Green+Blue) = 219+166+43=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA62B is #2459D4. Grayscale: #A8A8A8. Windows color (decimal): -2382293 or 2860763. OLE color: 2860763.

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

Color convert

RGB 219 166 43 -
CMYK 0 0.24 0.80 0.14
HSL 41.93º 0.71% 0.51% -
HSV(B) 41.93º 0.8% 0.86% -
XYZ 43.29 42.51 8.21 -
YUV 167.83 57.56 164.5 -
System Red Green Blue C M Y K H S L
Decimal 219 166 43 0 0.24 0.80 0.14 41.93 0.71 0.51
Hex DB A6 2B 0 18 50 E 2A 47 33
Octal 333 246 53 0 30 120 16 52 107 63
Binary 11011011 10100110 101011 0 11000 1010000 1110 101010 1000111 110011

Color Harmonies of #DBA62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA62B

Black with #DBA62B

Text Example


Text Example

White with #DBA62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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