Html Css Color HEX #D4A51D Galliano

📋 copy color: '#D4A51D'

red 212 ◦ green 165 ◦ blue 29

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

Shades of Galliano #D4A51D

Tints of Galliano #D4A51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.14%

R = 52.22%
G = 40.64%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4A51D (or 0xD4A51D) is known color: Galliano. HEX triplet: D4, A5 and 1D. RGB value is (212,165,29). Sum of RGB (Red+Green+Blue) = 212+165+29=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A51D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A51D is #2B5AE2. Grayscale: #A4A4A4. Windows color (decimal): -2841315 or 1942996. OLE color: 1942996.

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

Color convert

RGB 212 165 29 -
CMYK 0 0.22 0.86 0.17
HSL 44.59º 0.76% 0.47% -
HSV(B) 44.59º 0.86% 0.83% -
XYZ 40.83 41 6.92 -
YUV 163.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 212 165 29 0 0.22 0.86 0.17 44.59 0.76 0.47
Hex D4 A5 1D 0 16 56 11 2D 4C 2F
Octal 324 245 35 0 26 126 21 55 114 57
Binary 11010100 10100101 11101 0 10110 1010110 10001 101101 1001100 101111

Color Harmonies of #D4A51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A51D

Black with #D4A51D

Text Example


Text Example

White with #D4A51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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