Html Css Color HEX #D9A323 Galliano

📋 copy color: '#D9A323'

red 217 ◦ green 163 ◦ blue 35

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

Shades of Galliano #D9A323

Tints of Galliano #D9A323

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

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

R = 52.29%
G = 39.28%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D9A323 (or 0xD9A323) is known color: Galliano. HEX triplet: D9, A3 and 23. RGB value is (217,163,35). Sum of RGB (Red+Green+Blue) = 217+163+35=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A323 is #265CDC. Grayscale: #A5A5A5. Windows color (decimal): -2514141 or 2335705. OLE color: 2335705.

HSL color Cylindrical-coordinate representation of color #D9A323: hue angle of 42.2º 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 #D9A323 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 163 35 -
CMYK 0 0.25 0.84 0.15
HSL 42.2º 0.72% 0.49% -
HSV(B) 42.2º 0.84% 0.85% -
XYZ 42.02 41.07 7.3 -
YUV 164.55 54.89 165.41 -
System Red Green Blue C M Y K H S L
Decimal 217 163 35 0 0.25 0.84 0.15 42.2 0.72 0.49
Hex D9 A3 23 0 19 54 F 2A 48 31
Octal 331 243 43 0 31 124 17 52 110 61
Binary 11011001 10100011 100011 0 11001 1010100 1111 101010 1001000 110001

Color Harmonies of #D9A323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A323

Black with #D9A323

Text Example


Text Example

White with #D9A323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A323; }

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

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

background-color css

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

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

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

border-color css

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

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

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