Html Css Color HEX #D6AF28 Galliano

📋 copy color: '#D6AF28'

red 214 ◦ green 175 ◦ blue 40

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

Shades of Galliano #D6AF28

Tints of Galliano #D6AF28

RGB

 RED value IS 214 (83.98% from 255) = 49.88%

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

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 49.88%
G = 40.79%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6AF28 (or 0xD6AF28) is known color: Galliano. HEX triplet: D6, AF and 28. RGB value is (214,175,40). Sum of RGB (Red+Green+Blue) = 214+175+40=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF28 is #2950D7. Grayscale: #ABABAB. Windows color (decimal): -2707672 or 2666454. OLE color: 2666454.

HSL color Cylindrical-coordinate representation of color #D6AF28: hue angle of 46.55º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6AF28 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 40 -
CMYK 0 0.18 0.81 0.16
HSL 46.55º 0.69% 0.5% -
HSV(B) 46.55º 0.81% 0.84% -
XYZ 43.44 45.11 8.42 -
YUV 171.27 53.92 158.48 -
System Red Green Blue C M Y K H S L
Decimal 214 175 40 0 0.18 0.81 0.16 46.55 0.69 0.5
Hex D6 AF 28 0 12 51 10 2F 45 32
Octal 326 257 50 0 22 121 20 57 105 62
Binary 11010110 10101111 101000 0 10010 1010001 10000 101111 1000101 110010

Color Harmonies of #D6AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF28

Black with #D6AF28

Text Example


Text Example

White with #D6AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF28; }

 p { color: rgb(214,175,40); }

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

background-color css

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

 a { background-color: rgb(214,175,40); }

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

border-color css

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

 span { border-color: rgb(214,175,40); }

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