Html Css Color HEX #D4AF1E Galliano

📋 copy color: '#D4AF1E'

red 212 ◦ green 175 ◦ blue 30

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

Shades of Galliano #D4AF1E

Tints of Galliano #D4AF1E

RGB

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

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

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

R = 50.84%
G = 41.97%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4AF1E (or 0xD4AF1E) is known color: Galliano. HEX triplet: D4, AF and 1E. RGB value is (212,175,30). Sum of RGB (Red+Green+Blue) = 212+175+30=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AF1E is #2B50E1. Grayscale: #AAAAAA. Windows color (decimal): -2838754 or 2011092. OLE color: 2011092.

HSL color Cylindrical-coordinate representation of color #D4AF1E: hue angle of 47.8º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4AF1E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 175 30 -
CMYK 0 0.17 0.86 0.17
HSL 47.8º 0.75% 0.47% -
HSV(B) 47.8º 0.86% 0.83% -
XYZ 42.72 44.75 7.61 -
YUV 169.53 49.26 158.29 -
System Red Green Blue C M Y K H S L
Decimal 212 175 30 0 0.17 0.86 0.17 47.8 0.75 0.47
Hex D4 AF 1E 0 11 56 11 30 4B 2F
Octal 324 257 36 0 21 126 21 60 113 57
Binary 11010100 10101111 11110 0 10001 1010110 10001 110000 1001011 101111

Color Harmonies of #D4AF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AF1E

Black with #D4AF1E

Text Example


Text Example

White with #D4AF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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