Html Css Color HEX #DBA81D Galliano

📋 copy color: '#DBA81D'

red 219 ◦ green 168 ◦ blue 29

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

Shades of Galliano #DBA81D

Tints of Galliano #DBA81D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

 BLUE value IS 29 (11.72% from 255) = 6.97%

R = 52.64%
G = 40.38%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBA81D (or 0xDBA81D) is known color: Galliano. HEX triplet: DB, A8 and 1D. RGB value is (219,168,29). Sum of RGB (Red+Green+Blue) = 219+168+29=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA81D is #2457E2. Grayscale: #A8A8A8. Windows color (decimal): -2381795 or 1943771. OLE color: 1943771.

HSL color Cylindrical-coordinate representation of color #DBA81D: hue angle of 43.89º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBA81D is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 29 -
CMYK 0 0.23 0.87 0.14
HSL 43.89º 0.77% 0.49% -
HSV(B) 43.89º 0.87% 0.86% -
XYZ 43.44 43.15 7.2 -
YUV 167.4 49.9 164.8 -
System Red Green Blue C M Y K H S L
Decimal 219 168 29 0 0.23 0.87 0.14 43.89 0.77 0.49
Hex DB A8 1D 0 17 57 E 2C 4D 31
Octal 333 250 35 0 27 127 16 54 115 61
Binary 11011011 10101000 11101 0 10111 1010111 1110 101100 1001101 110001

Color Harmonies of #DBA81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA81D

Black with #DBA81D

Text Example


Text Example

White with #DBA81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA81D; }

 p { color: rgb(219,168,29); }

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

background-color css

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

 a { background-color: rgb(219,168,29); }

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

border-color css

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

 span { border-color: rgb(219,168,29); }

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