Html Css Color HEX #D8A21E Galliano

📋 copy color: '#D8A21E'

red 216 ◦ green 162 ◦ blue 30

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

Shades of Galliano #D8A21E

Tints of Galliano #D8A21E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

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

R = 52.94%
G = 39.71%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8A21E (or 0xD8A21E) is known color: Galliano. HEX triplet: D8, A2 and 1E. RGB value is (216,162,30). Sum of RGB (Red+Green+Blue) = 216+162+30=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A21E is #275DE1. Grayscale: #A3A3A3. Windows color (decimal): -2579938 or 2007768. OLE color: 2007768.

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

Color convert

RGB 216 162 30 -
CMYK 0 0.25 0.86 0.15
HSL 42.58º 0.76% 0.48% -
HSV(B) 42.58º 0.86% 0.85% -
XYZ 41.47 40.53 6.87 -
YUV 163.1 52.89 165.73 -
System Red Green Blue C M Y K H S L
Decimal 216 162 30 0 0.25 0.86 0.15 42.58 0.76 0.48
Hex D8 A2 1E 0 19 56 F 2B 4C 30
Octal 330 242 36 0 31 126 17 53 114 60
Binary 11011000 10100010 11110 0 11001 1010110 1111 101011 1001100 110000

Color Harmonies of #D8A21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A21E

Black with #D8A21E

Text Example


Text Example

White with #D8A21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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