Html Css Color HEX #DBA62C Galliano

📋 copy color: '#DBA62C'

red 219 ◦ green 166 ◦ blue 44

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

Shades of Galliano #DBA62C

Tints of Galliano #DBA62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.26%

R = 51.05%
G = 38.69%
B = 10.26%

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

#DBA62C (or 0xDBA62C) is known color: Galliano. HEX triplet: DB, A6 and 2C. RGB value is (219,166,44). Sum of RGB (Red+Green+Blue) = 219+166+44=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA62C is #2459D3. Grayscale: #A8A8A8. Windows color (decimal): -2382292 or 2926299. OLE color: 2926299.

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

Color convert

RGB 219 166 44 -
CMYK 0 0.24 0.80 0.14
HSL 41.83º 0.71% 0.52% -
HSV(B) 41.83º 0.8% 0.86% -
XYZ 43.3 42.51 8.31 -
YUV 167.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 219 166 44 0 0.24 0.80 0.14 41.83 0.71 0.52
Hex DB A6 2C 0 18 50 E 2A 47 34
Octal 333 246 54 0 30 120 16 52 107 64
Binary 11011011 10100110 101100 0 11000 1010000 1110 101010 1000111 110100

Color Harmonies of #DBA62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA62C

Black with #DBA62C

Text Example


Text Example

White with #DBA62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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