Html Css Color HEX #D9A02B Galliano

📋 copy color: '#D9A02B'

red 217 ◦ green 160 ◦ blue 43

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

Shades of Galliano #D9A02B

Tints of Galliano #D9A02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.24%

R = 51.67%
G = 38.1%
B = 10.24%

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

#D9A02B (or 0xD9A02B) is known color: Galliano. HEX triplet: D9, A0 and 2B. RGB value is (217,160,43). Sum of RGB (Red+Green+Blue) = 217+160+43=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A02B is #265FD4. Grayscale: #A4A4A4. Windows color (decimal): -2514901 or 2859225. OLE color: 2859225.

HSL color Cylindrical-coordinate representation of color #D9A02B: hue angle of 40.34º degrees, saturation: 0.7, 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 #D9A02B is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 43 -
CMYK 0 0.26 0.80 0.15
HSL 40.34º 0.7% 0.51% -
HSV(B) 40.34º 0.8% 0.85% -
XYZ 41.62 40.07 7.83 -
YUV 163.71 59.88 166.01 -
System Red Green Blue C M Y K H S L
Decimal 217 160 43 0 0.26 0.80 0.15 40.34 0.7 0.51
Hex D9 A0 2B 0 1A 50 F 28 46 33
Octal 331 240 53 0 32 120 17 50 106 63
Binary 11011001 10100000 101011 0 11010 1010000 1111 101000 1000110 110011

Color Harmonies of #D9A02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A02B

Black with #D9A02B

Text Example


Text Example

White with #D9A02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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