Html Css Color HEX #D4A92D Galliano

📋 copy color: '#D4A92D'

red 212 ◦ green 169 ◦ blue 45

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

Shades of Galliano #D4A92D

Tints of Galliano #D4A92D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.67%

 BLUE value IS 45 (17.97% from 255) = 10.56%

R = 49.77%
G = 39.67%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4A92D (or 0xD4A92D) is known color: Galliano. HEX triplet: D4, A9 and 2D. RGB value is (212,169,45). Sum of RGB (Red+Green+Blue) = 212+169+45=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A92D is #2B56D2. Grayscale: #A8A8A8. Windows color (decimal): -2840275 or 2992596. OLE color: 2992596.

HSL color Cylindrical-coordinate representation of color #D4A92D: hue angle of 44.55º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4A92D is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 169 45 -
CMYK 0 0.20 0.79 0.17
HSL 44.55º 0.66% 0.5% -
HSV(B) 44.55º 0.79% 0.83% -
XYZ 41.81 42.56 8.49 -
YUV 167.72 58.75 159.58 -
System Red Green Blue C M Y K H S L
Decimal 212 169 45 0 0.20 0.79 0.17 44.55 0.66 0.5
Hex D4 A9 2D 0 14 4F 11 2D 42 32
Octal 324 251 55 0 24 117 21 55 102 62
Binary 11010100 10101001 101101 0 10100 1001111 10001 101101 1000010 110010

Color Harmonies of #D4A92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A92D

Black with #D4A92D

Text Example


Text Example

White with #D4A92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A92D; }

 p { color: rgb(212,169,45); }

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

background-color css

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

 a { background-color: rgb(212,169,45); }

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

border-color css

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

 span { border-color: rgb(212,169,45); }

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