Html Css Color HEX #D9A92C Galliano

📋 copy color: '#D9A92C'

red 217 ◦ green 169 ◦ blue 44

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

Shades of Galliano #D9A92C

Tints of Galliano #D9A92C

RGB

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

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

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

R = 50.47%
G = 39.3%
B = 10.23%

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

#D9A92C (or 0xD9A92C) is known color: Galliano. HEX triplet: D9, A9 and 2C. RGB value is (217,169,44). Sum of RGB (Red+Green+Blue) = 217+169+44=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A92C is #2656D3. Grayscale: #A9A9A9. Windows color (decimal): -2512596 or 2927065. OLE color: 2927065.

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

Color convert

RGB 217 169 44 -
CMYK 0 0.22 0.80 0.15
HSL 43.35º 0.69% 0.51% -
HSV(B) 43.35º 0.8% 0.85% -
XYZ 43.26 43.31 8.46 -
YUV 169.1 57.4 162.16 -
System Red Green Blue C M Y K H S L
Decimal 217 169 44 0 0.22 0.80 0.15 43.35 0.69 0.51
Hex D9 A9 2C 0 16 50 F 2B 45 33
Octal 331 251 54 0 26 120 17 53 105 63
Binary 11011001 10101001 101100 0 10110 1010000 1111 101011 1000101 110011

Color Harmonies of #D9A92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A92C

Black with #D9A92C

Text Example


Text Example

White with #D9A92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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