Html Css Color HEX #D5AE1D Galliano

📋 copy color: '#D5AE1D'

red 213 ◦ green 174 ◦ blue 29

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

Shades of Galliano #D5AE1D

Tints of Galliano #D5AE1D

RGB

 RED value IS 213 (83.59% from 255) = 51.2%

 GREEN value IS 174 (68.36% from 255) = 41.83%

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

R = 51.2%
G = 41.83%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5AE1D (or 0xD5AE1D) is known color: Galliano. HEX triplet: D5, AE and 1D. RGB value is (213,174,29). Sum of RGB (Red+Green+Blue) = 213+174+29=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AE1D is #2A51E2. Grayscale: #A9A9A9. Windows color (decimal): -2773475 or 1945301. OLE color: 1945301.

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

Color convert

RGB 213 174 29 -
CMYK 0 0.18 0.86 0.16
HSL 47.28º 0.76% 0.47% -
HSV(B) 47.28º 0.86% 0.84% -
XYZ 42.8 44.51 7.5 -
YUV 169.13 48.92 159.29 -
System Red Green Blue C M Y K H S L
Decimal 213 174 29 0 0.18 0.86 0.16 47.28 0.76 0.47
Hex D5 AE 1D 0 12 56 10 2F 4C 2F
Octal 325 256 35 0 22 126 20 57 114 57
Binary 11010101 10101110 11101 0 10010 1010110 10000 101111 1001100 101111

Color Harmonies of #D5AE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AE1D

Black with #D5AE1D

Text Example


Text Example

White with #D5AE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AE1D; }

 p { color: rgb(213,174,29); }

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

background-color css

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

 a { background-color: rgb(213,174,29); }

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

border-color css

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

 span { border-color: rgb(213,174,29); }

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