Html Css Color HEX #DBA62E Galliano

📋 copy color: '#DBA62E'

red 219 ◦ green 166 ◦ blue 46

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

Shades of Galliano #DBA62E

Tints of Galliano #DBA62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.67%

R = 50.81%
G = 38.52%
B = 10.67%

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

#DBA62E (or 0xDBA62E) is known color: Galliano. HEX triplet: DB, A6 and 2E. RGB value is (219,166,46). Sum of RGB (Red+Green+Blue) = 219+166+46=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA62E is #2459D1. Grayscale: #A8A8A8. Windows color (decimal): -2382290 or 3057371. OLE color: 3057371.

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

Color convert

RGB 219 166 46 -
CMYK 0 0.24 0.79 0.14
HSL 41.62º 0.71% 0.52% -
HSV(B) 41.62º 0.79% 0.86% -
XYZ 43.34 42.53 8.51 -
YUV 168.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 219 166 46 0 0.24 0.79 0.14 41.62 0.71 0.52
Hex DB A6 2E 0 18 4F E 2A 47 34
Octal 333 246 56 0 30 117 16 52 107 64
Binary 11011011 10100110 101110 0 11000 1001111 1110 101010 1000111 110100

Color Harmonies of #DBA62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA62E

Black with #DBA62E

Text Example


Text Example

White with #DBA62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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