Html Css Color HEX #D8AF1E Galliano

📋 copy color: '#D8AF1E'

red 216 ◦ green 175 ◦ blue 30

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

Shades of Galliano #D8AF1E

Tints of Galliano #D8AF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.13%

R = 51.31%
G = 41.57%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8AF1E (or 0xD8AF1E) is known color: Galliano. HEX triplet: D8, AF and 1E. RGB value is (216,175,30). Sum of RGB (Red+Green+Blue) = 216+175+30=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF1E is #2750E1. Grayscale: #ABABAB. Windows color (decimal): -2576610 or 2011096. OLE color: 2011096.

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

Color convert

RGB 216 175 30 -
CMYK 0 0.19 0.86 0.15
HSL 46.77º 0.76% 0.48% -
HSV(B) 46.77º 0.86% 0.85% -
XYZ 43.88 45.35 7.67 -
YUV 170.73 48.58 160.29 -
System Red Green Blue C M Y K H S L
Decimal 216 175 30 0 0.19 0.86 0.15 46.77 0.76 0.48
Hex D8 AF 1E 0 13 56 F 2F 4C 30
Octal 330 257 36 0 23 126 17 57 114 60
Binary 11011000 10101111 11110 0 10011 1010110 1111 101111 1001100 110000

Color Harmonies of #D8AF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF1E

Black with #D8AF1E

Text Example


Text Example

White with #D8AF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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