Html Css Color HEX #D0A614 Galliano

📋 copy color: '#D0A614'

red 208 ◦ green 166 ◦ blue 20

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

Shades of Galliano #D0A614

Tints of Galliano #D0A614

RGB

 RED value IS 208 (81.64% from 255) = 52.79%

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

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 52.79%
G = 42.13%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D0A614 (or 0xD0A614) is known color: Galliano. HEX triplet: D0, A6 and 14. RGB value is (208,166,20). Sum of RGB (Red+Green+Blue) = 208+166+20=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A614 is #2F59EB. Grayscale: #A2A2A2. Windows color (decimal): -3103212 or 1353424. OLE color: 1353424.

HSL color Cylindrical-coordinate representation of color #D0A614: hue angle of 46.6º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0A614 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 166 20 -
CMYK 0 0.20 0.90 0.18
HSL 46.6º 0.82% 0.45% -
HSV(B) 46.6º 0.9% 0.82% -
XYZ 39.77 40.73 6.43 -
YUV 161.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 208 166 20 0 0.20 0.90 0.18 46.6 0.82 0.45
Hex D0 A6 14 0 14 5A 12 2F 52 2D
Octal 320 246 24 0 24 132 22 57 122 55
Binary 11010000 10100110 10100 0 10100 1011010 10010 101111 1010010 101101

Color Harmonies of #D0A614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A614

Black with #D0A614

Text Example


Text Example

White with #D0A614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A614; }

 p { color: rgb(208,166,20); }

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

background-color css

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

 a { background-color: rgb(208,166,20); }

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

border-color css

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

 span { border-color: rgb(208,166,20); }

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