Html Css Color HEX #D5A623 Galliano

📋 copy color: '#D5A623'

red 213 ◦ green 166 ◦ blue 35

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

Shades of Galliano #D5A623

Tints of Galliano #D5A623

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.1%

 BLUE value IS 35 (14.06% from 255) = 8.45%

R = 51.45%
G = 40.1%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D5A623 (or 0xD5A623) is known color: Galliano. HEX triplet: D5, A6 and 23. RGB value is (213,166,35). Sum of RGB (Red+Green+Blue) = 213+166+35=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A623 is #2A59DC. Grayscale: #A5A5A5. Windows color (decimal): -2775517 or 2336469. OLE color: 2336469.

HSL color Cylindrical-coordinate representation of color #D5A623: hue angle of 44.16º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5A623 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 166 35 -
CMYK 0 0.22 0.84 0.16
HSL 44.16º 0.72% 0.49% -
HSV(B) 44.16º 0.84% 0.84% -
XYZ 41.38 41.54 7.43 -
YUV 165.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 213 166 35 0 0.22 0.84 0.16 44.16 0.72 0.49
Hex D5 A6 23 0 16 54 10 2C 48 31
Octal 325 246 43 0 26 124 20 54 110 61
Binary 11010101 10100110 100011 0 10110 1010100 10000 101100 1001000 110001

Color Harmonies of #D5A623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A623

Black with #D5A623

Text Example


Text Example

White with #D5A623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A623; }

 p { color: rgb(213,166,35); }

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

background-color css

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

 a { background-color: rgb(213,166,35); }

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

border-color css

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

 span { border-color: rgb(213,166,35); }

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