Html Css Color HEX #DBA82D Galliano

📋 copy color: '#DBA82D'

red 219 ◦ green 168 ◦ blue 45

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

Shades of Galliano #DBA82D

Tints of Galliano #DBA82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.42%

R = 50.69%
G = 38.89%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBA82D (or 0xDBA82D) is known color: Galliano. HEX triplet: DB, A8 and 2D. RGB value is (219,168,45). Sum of RGB (Red+Green+Blue) = 219+168+45=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA82D is #2457D2. Grayscale: #A9A9A9. Windows color (decimal): -2381779 or 2992347. OLE color: 2992347.

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

Color convert

RGB 219 168 45 -
CMYK 0 0.23 0.79 0.14
HSL 42.41º 0.71% 0.52% -
HSV(B) 42.41º 0.79% 0.86% -
XYZ 43.69 43.25 8.53 -
YUV 169.23 57.9 163.5 -
System Red Green Blue C M Y K H S L
Decimal 219 168 45 0 0.23 0.79 0.14 42.41 0.71 0.52
Hex DB A8 2D 0 17 4F E 2A 47 34
Octal 333 250 55 0 27 117 16 52 107 64
Binary 11011011 10101000 101101 0 10111 1001111 1110 101010 1000111 110100

Color Harmonies of #DBA82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA82D

Black with #DBA82D

Text Example


Text Example

White with #DBA82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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