Html Css Color HEX #D6A41F Galliano

📋 copy color: '#D6A41F'

red 214 ◦ green 164 ◦ blue 31

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

Shades of Galliano #D6A41F

Tints of Galliano #D6A41F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

 BLUE value IS 31 (12.5% from 255) = 7.58%

R = 52.32%
G = 40.1%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6A41F (or 0xD6A41F) is known color: Galliano. HEX triplet: D6, A4 and 1F. RGB value is (214,164,31). Sum of RGB (Red+Green+Blue) = 214+164+31=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A41F is #295BE0. Grayscale: #A4A4A4. Windows color (decimal): -2710497 or 2073814. OLE color: 2073814.

HSL color Cylindrical-coordinate representation of color #D6A41F: hue angle of 43.61º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6A41F is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 164 31 -
CMYK 0 0.23 0.86 0.16
HSL 43.61º 0.75% 0.48% -
HSV(B) 43.61º 0.86% 0.84% -
XYZ 41.25 40.95 7.03 -
YUV 163.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 214 164 31 0 0.23 0.86 0.16 43.61 0.75 0.48
Hex D6 A4 1F 0 17 56 10 2C 4B 30
Octal 326 244 37 0 27 126 20 54 113 60
Binary 11010110 10100100 11111 0 10111 1010110 10000 101100 1001011 110000

Color Harmonies of #D6A41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A41F

Black with #D6A41F

Text Example


Text Example

White with #D6A41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A41F; }

 p { color: rgb(214,164,31); }

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

background-color css

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

 a { background-color: rgb(214,164,31); }

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

border-color css

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

 span { border-color: rgb(214,164,31); }

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