Html Css Color HEX #D9B016 Galliano

📋 copy color: '#D9B016'

red 217 ◦ green 176 ◦ blue 22

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

Shades of Galliano #D9B016

Tints of Galliano #D9B016

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

 BLUE value IS 22 (8.98% from 255) = 5.3%

R = 52.29%
G = 42.41%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9B016 (or 0xD9B016) is known color: Galliano. HEX triplet: D9, B0 and 16. RGB value is (217,176,22). Sum of RGB (Red+Green+Blue) = 217+176+22=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9B016 is #264FE9. Grayscale: #ABABAB. Windows color (decimal): -2510826 or 1487065. OLE color: 1487065.

HSL color Cylindrical-coordinate representation of color #D9B016: hue angle of 47.38º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9B016 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 22 -
CMYK 0 0.19 0.90 0.15
HSL 47.38º 0.82% 0.47% -
HSV(B) 47.38º 0.9% 0.85% -
XYZ 44.29 45.86 7.28 -
YUV 170.7 44.08 161.02 -
System Red Green Blue C M Y K H S L
Decimal 217 176 22 0 0.19 0.90 0.15 47.38 0.82 0.47
Hex D9 B0 16 0 13 5A F 2F 52 2F
Octal 331 260 26 0 23 132 17 57 122 57
Binary 11011001 10110000 10110 0 10011 1011010 1111 101111 1010010 101111

Color Harmonies of #D9B016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B016

Black with #D9B016

Text Example


Text Example

White with #D9B016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B016; }

 p { color: rgb(217,176,22); }

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

background-color css

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

 a { background-color: rgb(217,176,22); }

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

border-color css

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

 span { border-color: rgb(217,176,22); }

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