Html Css Color HEX #D9AB23 Galliano

📋 copy color: '#D9AB23'

red 217 ◦ green 171 ◦ blue 35

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

Shades of Galliano #D9AB23

Tints of Galliano #D9AB23

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

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

R = 51.3%
G = 40.43%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D9AB23 (or 0xD9AB23) is known color: Galliano. HEX triplet: D9, AB and 23. RGB value is (217,171,35). Sum of RGB (Red+Green+Blue) = 217+171+35=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AB23 is #2654DC. Grayscale: #A9A9A9. Windows color (decimal): -2512093 or 2337753. OLE color: 2337753.

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

Color convert

RGB 217 171 35 -
CMYK 0 0.21 0.84 0.15
HSL 44.84º 0.72% 0.49% -
HSV(B) 44.84º 0.84% 0.85% -
XYZ 43.48 44 7.79 -
YUV 169.25 52.24 162.06 -
System Red Green Blue C M Y K H S L
Decimal 217 171 35 0 0.21 0.84 0.15 44.84 0.72 0.49
Hex D9 AB 23 0 15 54 F 2D 48 31
Octal 331 253 43 0 25 124 17 55 110 61
Binary 11011001 10101011 100011 0 10101 1010100 1111 101101 1001000 110001

Color Harmonies of #D9AB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB23

Black with #D9AB23

Text Example


Text Example

White with #D9AB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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