Html Css Color HEX #D4AB0F Galliano

📋 copy color: '#D4AB0F'

red 212 ◦ green 171 ◦ blue 15

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

Shades of Galliano #D4AB0F

Tints of Galliano #D4AB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.77%

R = 53.27%
G = 42.96%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4AB0F (or 0xD4AB0F) is known color: Galliano. HEX triplet: D4, AB and 0F. RGB value is (212,171,15). Sum of RGB (Red+Green+Blue) = 212+171+15=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AB0F is #2B54F0. Grayscale: #A6A6A6. Windows color (decimal): -2839793 or 1027028. OLE color: 1027028.

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

Color convert

RGB 212 171 15 -
CMYK 0 0.19 0.93 0.17
HSL 47.51º 0.87% 0.45% -
HSV(B) 47.51º 0.93% 0.83% -
XYZ 41.8 43.16 6.58 -
YUV 165.48 43.08 161.18 -
System Red Green Blue C M Y K H S L
Decimal 212 171 15 0 0.19 0.93 0.17 47.51 0.87 0.45
Hex D4 AB F 0 13 5D 11 30 57 2D
Octal 324 253 17 0 23 135 21 60 127 55
Binary 11010100 10101011 1111 0 10011 1011101 10001 110000 1010111 101101

Color Harmonies of #D4AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB0F

Black with #D4AB0F

Text Example


Text Example

White with #D4AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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