Html Css Color HEX #D8AF1B Galliano

📋 copy color: '#D8AF1B'

red 216 ◦ green 175 ◦ blue 27

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

Shades of Galliano #D8AF1B

Tints of Galliano #D8AF1B

RGB

 RED value IS 216 (84.77% from 255) = 51.67%

 GREEN value IS 175 (68.75% from 255) = 41.87%

 BLUE value IS 27 (10.94% from 255) = 6.46%

R = 51.67%
G = 41.87%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8AF1B (or 0xD8AF1B) is known color: Galliano. HEX triplet: D8, AF and 1B. RGB value is (216,175,27). Sum of RGB (Red+Green+Blue) = 216+175+27=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF1B is #2750E4. Grayscale: #ABABAB. Windows color (decimal): -2576613 or 1814488. OLE color: 1814488.

HSL color Cylindrical-coordinate representation of color #D8AF1B: hue angle of 46.98º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8AF1B is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 27 -
CMYK 0 0.19 0.88 0.15
HSL 46.98º 0.78% 0.48% -
HSV(B) 46.98º 0.88% 0.85% -
XYZ 43.85 45.34 7.48 -
YUV 170.39 47.08 160.53 -
System Red Green Blue C M Y K H S L
Decimal 216 175 27 0 0.19 0.88 0.15 46.98 0.78 0.48
Hex D8 AF 1B 0 13 58 F 2F 4E 30
Octal 330 257 33 0 23 130 17 57 116 60
Binary 11011000 10101111 11011 0 10011 1011000 1111 101111 1001110 110000

Color Harmonies of #D8AF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF1B

Black with #D8AF1B

Text Example


Text Example

White with #D8AF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF1B; }

 p { color: rgb(216,175,27); }

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

background-color css

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

 a { background-color: rgb(216,175,27); }

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

border-color css

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

 span { border-color: rgb(216,175,27); }

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