Html Css Color HEX #D6AC1F Galliano

📋 copy color: '#D6AC1F'

red 214 ◦ green 172 ◦ blue 31

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

Shades of Galliano #D6AC1F

Tints of Galliano #D6AC1F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.25%

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

R = 51.32%
G = 41.25%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6AC1F (or 0xD6AC1F) is known color: Galliano. HEX triplet: D6, AC and 1F. RGB value is (214,172,31). Sum of RGB (Red+Green+Blue) = 214+172+31=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC1F is #2953E0. Grayscale: #A9A9A9. Windows color (decimal): -2708449 or 2075862. OLE color: 2075862.

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

Color convert

RGB 214 172 31 -
CMYK 0 0.20 0.86 0.16
HSL 46.23º 0.75% 0.48% -
HSV(B) 46.23º 0.86% 0.84% -
XYZ 42.73 43.9 7.52 -
YUV 168.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 214 172 31 0 0.20 0.86 0.16 46.23 0.75 0.48
Hex D6 AC 1F 0 14 56 10 2E 4B 30
Octal 326 254 37 0 24 126 20 56 113 60
Binary 11010110 10101100 11111 0 10100 1010110 10000 101110 1001011 110000

Color Harmonies of #D6AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC1F

Black with #D6AC1F

Text Example


Text Example

White with #D6AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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