Html Css Color HEX #D9A92B Galliano

📋 copy color: '#D9A92B'

red 217 ◦ green 169 ◦ blue 43

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

Shades of Galliano #D9A92B

Tints of Galliano #D9A92B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.39%

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

R = 50.58%
G = 39.39%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9A92B (or 0xD9A92B) is known color: Galliano. HEX triplet: D9, A9 and 2B. RGB value is (217,169,43). Sum of RGB (Red+Green+Blue) = 217+169+43=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A92B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A92B is #2656D4. Grayscale: #A9A9A9. Windows color (decimal): -2512597 or 2861529. OLE color: 2861529.

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

Color convert

RGB 217 169 43 -
CMYK 0 0.22 0.80 0.15
HSL 43.45º 0.7% 0.51% -
HSV(B) 43.45º 0.8% 0.85% -
XYZ 43.24 43.3 8.36 -
YUV 168.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 217 169 43 0 0.22 0.80 0.15 43.45 0.7 0.51
Hex D9 A9 2B 0 16 50 F 2B 46 33
Octal 331 251 53 0 26 120 17 53 106 63
Binary 11011001 10101001 101011 0 10110 1010000 1111 101011 1000110 110011

Color Harmonies of #D9A92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A92B

Black with #D9A92B

Text Example


Text Example

White with #D9A92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A92B; }

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

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

background-color css

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

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

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

border-color css

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

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

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