Html Css Color HEX #D4A618 Galliano

📋 copy color: '#D4A618'

red 212 ◦ green 166 ◦ blue 24

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

Shades of Galliano #D4A618

Tints of Galliano #D4A618

RGB

 RED value IS 212 (83.2% from 255) = 52.74%

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

 BLUE value IS 24 (9.77% from 255) = 5.97%

R = 52.74%
G = 41.29%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D4A618 (or 0xD4A618) is known color: Galliano. HEX triplet: D4, A6 and 18. RGB value is (212,166,24). Sum of RGB (Red+Green+Blue) = 212+166+24=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A618 is #2B59E7. Grayscale: #A4A4A4. Windows color (decimal): -2841064 or 1615572. OLE color: 1615572.

HSL color Cylindrical-coordinate representation of color #D4A618: hue angle of 45.32º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4A618 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 166 24 -
CMYK 0 0.22 0.89 0.17
HSL 45.32º 0.8% 0.46% -
HSV(B) 45.32º 0.89% 0.83% -
XYZ 40.95 41.34 6.68 -
YUV 163.57 49.24 162.55 -
System Red Green Blue C M Y K H S L
Decimal 212 166 24 0 0.22 0.89 0.17 45.32 0.8 0.46
Hex D4 A6 18 0 16 59 11 2D 50 2E
Octal 324 246 30 0 26 131 21 55 120 56
Binary 11010100 10100110 11000 0 10110 1011001 10001 101101 1010000 101110

Color Harmonies of #D4A618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A618

Black with #D4A618

Text Example


Text Example

White with #D4A618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A618; }

 p { color: rgb(212,166,24); }

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

background-color css

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

 a { background-color: rgb(212,166,24); }

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

border-color css

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

 span { border-color: rgb(212,166,24); }

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