Html Css Color HEX #D9A423 Galliano

📋 copy color: '#D9A423'

red 217 ◦ green 164 ◦ blue 35

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

Shades of Galliano #D9A423

Tints of Galliano #D9A423

RGB

 RED value IS 217 (85.16% from 255) = 52.16%

 GREEN value IS 164 (64.45% from 255) = 39.42%

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

R = 52.16%
G = 39.42%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D9A423 (or 0xD9A423) is known color: Galliano. HEX triplet: D9, A4 and 23. RGB value is (217,164,35). Sum of RGB (Red+Green+Blue) = 217+164+35=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A423 is #265BDC. Grayscale: #A5A5A5. Windows color (decimal): -2513885 or 2335961. OLE color: 2335961.

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

Color convert

RGB 217 164 35 -
CMYK 0 0.24 0.84 0.15
HSL 42.53º 0.72% 0.49% -
HSV(B) 42.53º 0.84% 0.85% -
XYZ 42.19 41.42 7.36 -
YUV 165.14 54.56 164.99 -
System Red Green Blue C M Y K H S L
Decimal 217 164 35 0 0.24 0.84 0.15 42.53 0.72 0.49
Hex D9 A4 23 0 18 54 F 2B 48 31
Octal 331 244 43 0 30 124 17 53 110 61
Binary 11011001 10100100 100011 0 11000 1010100 1111 101011 1001000 110001

Color Harmonies of #D9A423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A423

Black with #D9A423

Text Example


Text Example

White with #D9A423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A423; }

 p { color: rgb(217,164,35); }

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

background-color css

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

 a { background-color: rgb(217,164,35); }

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

border-color css

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

 span { border-color: rgb(217,164,35); }

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