Html Css Color HEX #D4A528 Galliano

📋 copy color: '#D4A528'

red 212 ◦ green 165 ◦ blue 40

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

Shades of Galliano #D4A528

Tints of Galliano #D4A528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

 BLUE value IS 40 (16.02% from 255) = 9.59%

R = 50.84%
G = 39.57%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D4A528 (or 0xD4A528) is known color: Galliano. HEX triplet: D4, A5 and 28. RGB value is (212,165,40). Sum of RGB (Red+Green+Blue) = 212+165+40=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A528 is #2B5AD7. Grayscale: #A5A5A5. Windows color (decimal): -2841304 or 2663892. OLE color: 2663892.

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

Color convert

RGB 212 165 40 -
CMYK 0 0.22 0.81 0.17
HSL 43.6º 0.68% 0.49% -
HSV(B) 43.6º 0.81% 0.83% -
XYZ 40.99 41.06 7.77 -
YUV 164.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 212 165 40 0 0.22 0.81 0.17 43.6 0.68 0.49
Hex D4 A5 28 0 16 51 11 2C 44 31
Octal 324 245 50 0 26 121 21 54 104 61
Binary 11010100 10100101 101000 0 10110 1010001 10001 101100 1000100 110001

Color Harmonies of #D4A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A528

Black with #D4A528

Text Example


Text Example

White with #D4A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A528; }

 p { color: rgb(212,165,40); }

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

background-color css

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

 a { background-color: rgb(212,165,40); }

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

border-color css

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

 span { border-color: rgb(212,165,40); }

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