Html Css Color HEX #D4A128 Galliano

📋 copy color: '#D4A128'

red 212 ◦ green 161 ◦ blue 40

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

Shades of Galliano #D4A128

Tints of Galliano #D4A128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.98%

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

R = 51.33%
G = 38.98%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D4A128 (or 0xD4A128) is known color: Galliano. HEX triplet: D4, A1 and 28. RGB value is (212,161,40). Sum of RGB (Red+Green+Blue) = 212+161+40=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A128 is #2B5ED7. Grayscale: #A2A2A2. Windows color (decimal): -2842328 or 2662868. OLE color: 2662868.

HSL color Cylindrical-coordinate representation of color #D4A128: hue angle of 42.21º 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 #D4A128 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 161 40 -
CMYK 0 0.24 0.81 0.17
HSL 42.21º 0.68% 0.49% -
HSV(B) 42.21º 0.81% 0.83% -
XYZ 40.28 39.64 7.54 -
YUV 162.46 58.9 163.34 -
System Red Green Blue C M Y K H S L
Decimal 212 161 40 0 0.24 0.81 0.17 42.21 0.68 0.49
Hex D4 A1 28 0 18 51 11 2A 44 31
Octal 324 241 50 0 30 121 21 52 104 61
Binary 11010100 10100001 101000 0 11000 1010001 10001 101010 1000100 110001

Color Harmonies of #D4A128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A128

Black with #D4A128

Text Example


Text Example

White with #D4A128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A128; }

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

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

background-color css

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

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

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

border-color css

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

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

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