Html Css Color HEX #D4AB13 Galliano

📋 copy color: '#D4AB13'

red 212 ◦ green 171 ◦ blue 19

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

Shades of Galliano #D4AB13

Tints of Galliano #D4AB13

RGB

 RED value IS 212 (83.2% from 255) = 52.74%

 GREEN value IS 171 (67.19% from 255) = 42.54%

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 52.74%
G = 42.54%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D4AB13 (or 0xD4AB13) is known color: Galliano. HEX triplet: D4, AB and 13. RGB value is (212,171,19). Sum of RGB (Red+Green+Blue) = 212+171+19=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AB13 is #2B54EC. Grayscale: #A6A6A6. Windows color (decimal): -2839789 or 1289172. OLE color: 1289172.

HSL color Cylindrical-coordinate representation of color #D4AB13: hue angle of 47.25º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4AB13 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 171 19 -
CMYK 0 0.19 0.91 0.17
HSL 47.25º 0.84% 0.45% -
HSV(B) 47.25º 0.91% 0.83% -
XYZ 41.83 43.17 6.74 -
YUV 165.93 45.08 160.86 -
System Red Green Blue C M Y K H S L
Decimal 212 171 19 0 0.19 0.91 0.17 47.25 0.84 0.45
Hex D4 AB 13 0 13 5B 11 2F 54 2D
Octal 324 253 23 0 23 133 21 57 124 55
Binary 11010100 10101011 10011 0 10011 1011011 10001 101111 1010100 101101

Color Harmonies of #D4AB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB13

Black with #D4AB13

Text Example


Text Example

White with #D4AB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB13; }

 p { color: rgb(212,171,19); }

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

background-color css

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

 a { background-color: rgb(212,171,19); }

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

border-color css

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

 span { border-color: rgb(212,171,19); }

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