Html Css Color HEX #D8A61B Galliano

📋 copy color: '#D8A61B'

red 216 ◦ green 166 ◦ blue 27

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

Shades of Galliano #D8A61B

Tints of Galliano #D8A61B

RGB

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

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

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

R = 52.81%
G = 40.59%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8A61B (or 0xD8A61B) is known color: Galliano. HEX triplet: D8, A6 and 1B. RGB value is (216,166,27). Sum of RGB (Red+Green+Blue) = 216+166+27=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A61B is #2759E4. Grayscale: #A5A5A5. Windows color (decimal): -2578917 or 1812184. OLE color: 1812184.

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

Color convert

RGB 216 166 27 -
CMYK 0 0.23 0.88 0.15
HSL 44.13º 0.78% 0.48% -
HSV(B) 44.13º 0.88% 0.85% -
XYZ 42.15 41.95 6.91 -
YUV 165.1 50.07 164.3 -
System Red Green Blue C M Y K H S L
Decimal 216 166 27 0 0.23 0.88 0.15 44.13 0.78 0.48
Hex D8 A6 1B 0 17 58 F 2C 4E 30
Octal 330 246 33 0 27 130 17 54 116 60
Binary 11011000 10100110 11011 0 10111 1011000 1111 101100 1001110 110000

Color Harmonies of #D8A61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A61B

Black with #D8A61B

Text Example


Text Example

White with #D8A61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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