Html Css Color HEX #D8A61E Galliano

📋 copy color: '#D8A61E'

red 216 ◦ green 166 ◦ blue 30

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

Shades of Galliano #D8A61E

Tints of Galliano #D8A61E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.29%

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

R = 52.43%
G = 40.29%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8A61E (or 0xD8A61E) is known color: Galliano. HEX triplet: D8, A6 and 1E. RGB value is (216,166,30). Sum of RGB (Red+Green+Blue) = 216+166+30=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A61E is #2759E1. Grayscale: #A6A6A6. Windows color (decimal): -2578914 or 2008792. OLE color: 2008792.

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

Color convert

RGB 216 166 30 -
CMYK 0 0.23 0.86 0.15
HSL 43.87º 0.76% 0.48% -
HSV(B) 43.87º 0.86% 0.85% -
XYZ 42.19 41.97 7.1 -
YUV 165.45 51.57 164.06 -
System Red Green Blue C M Y K H S L
Decimal 216 166 30 0 0.23 0.86 0.15 43.87 0.76 0.48
Hex D8 A6 1E 0 17 56 F 2C 4C 30
Octal 330 246 36 0 27 126 17 54 114 60
Binary 11011000 10100110 11110 0 10111 1010110 1111 101100 1001100 110000

Color Harmonies of #D8A61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A61E

Black with #D8A61E

Text Example


Text Example

White with #D8A61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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