Html Css Color HEX #D8AF1A Galliano

📋 copy color: '#D8AF1A'

red 216 ◦ green 175 ◦ blue 26

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

Shades of Galliano #D8AF1A

Tints of Galliano #D8AF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.24%

R = 51.8%
G = 41.97%
B = 6.24%

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

#D8AF1A (or 0xD8AF1A) is known color: Galliano. HEX triplet: D8, AF and 1A. RGB value is (216,175,26). Sum of RGB (Red+Green+Blue) = 216+175+26=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF1A is #2750E5. Grayscale: #AAAAAA. Windows color (decimal): -2576614 or 1748952. OLE color: 1748952.

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

Color convert

RGB 216 175 26 -
CMYK 0 0.19 0.88 0.15
HSL 47.05º 0.79% 0.47% -
HSV(B) 47.05º 0.88% 0.85% -
XYZ 43.84 45.33 7.42 -
YUV 170.27 46.58 160.62 -
System Red Green Blue C M Y K H S L
Decimal 216 175 26 0 0.19 0.88 0.15 47.05 0.79 0.47
Hex D8 AF 1A 0 13 58 F 2F 4F 2F
Octal 330 257 32 0 23 130 17 57 117 57
Binary 11011000 10101111 11010 0 10011 1011000 1111 101111 1001111 101111

Color Harmonies of #D8AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF1A

Black with #D8AF1A

Text Example


Text Example

White with #D8AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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