Html Css Color HEX #D4AB25 Galliano

📋 copy color: '#D4AB25'

red 212 ◦ green 171 ◦ blue 37

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

Shades of Galliano #D4AB25

Tints of Galliano #D4AB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.81%

R = 50.48%
G = 40.71%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D4AB25 (or 0xD4AB25) is known color: Galliano. HEX triplet: D4, AB and 25. RGB value is (212,171,37). Sum of RGB (Red+Green+Blue) = 212+171+37=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AB25 is #2B54DA. Grayscale: #A8A8A8. Windows color (decimal): -2839771 or 2468820. OLE color: 2468820.

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

Color convert

RGB 212 171 37 -
CMYK 0 0.19 0.83 0.17
HSL 45.94º 0.7% 0.49% -
HSV(B) 45.94º 0.83% 0.83% -
XYZ 42.05 43.26 7.88 -
YUV 167.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 212 171 37 0 0.19 0.83 0.17 45.94 0.7 0.49
Hex D4 AB 25 0 13 53 11 2E 46 31
Octal 324 253 45 0 23 123 21 56 106 61
Binary 11010100 10101011 100101 0 10011 1010011 10001 101110 1000110 110001

Color Harmonies of #D4AB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB25

Black with #D4AB25

Text Example


Text Example

White with #D4AB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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