Html Css Color HEX #D9A02C Galliano

📋 copy color: '#D9A02C'

red 217 ◦ green 160 ◦ blue 44

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

Shades of Galliano #D9A02C

Tints of Galliano #D9A02C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38%

 BLUE value IS 44 (17.58% from 255) = 10.45%

R = 51.54%
G = 38%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9A02C (or 0xD9A02C) is known color: Galliano. HEX triplet: D9, A0 and 2C. RGB value is (217,160,44). Sum of RGB (Red+Green+Blue) = 217+160+44=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A02C is #265FD3. Grayscale: #A4A4A4. Windows color (decimal): -2514900 or 2924761. OLE color: 2924761.

HSL color Cylindrical-coordinate representation of color #D9A02C: hue angle of 40.23º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9A02C is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 44 -
CMYK 0 0.26 0.80 0.15
HSL 40.23º 0.69% 0.51% -
HSV(B) 40.23º 0.8% 0.85% -
XYZ 41.64 40.08 7.92 -
YUV 163.82 60.38 165.93 -
System Red Green Blue C M Y K H S L
Decimal 217 160 44 0 0.26 0.80 0.15 40.23 0.69 0.51
Hex D9 A0 2C 0 1A 50 F 28 45 33
Octal 331 240 54 0 32 120 17 50 105 63
Binary 11011001 10100000 101100 0 11010 1010000 1111 101000 1000101 110011

Color Harmonies of #D9A02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A02C

Black with #D9A02C

Text Example


Text Example

White with #D9A02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A02C; }

 p { color: rgb(217,160,44); }

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

background-color css

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

 a { background-color: rgb(217,160,44); }

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

border-color css

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

 span { border-color: rgb(217,160,44); }

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